Skip to content

Commit a5f074b

Browse files
committed
Changed class ScrollBar to ComboScrollBar
1 parent eba630a commit a5f074b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/dialog/defines.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ class RscCombo
197197
soundCollapse[] = {"",0.1,1};
198198
maxHistoryDelay = 1;
199199

200-
class ScrollBar
200+
class ComboScrollBar
201201
{
202202
color[] = {1,1,1,0.6};
203203
colorActive[] = {1,1,1,1};
@@ -243,7 +243,7 @@ class RscListBox
243243
arrowFull = "#(argb,8,8,3)color(1,1,1,1)";
244244
colorDisabled[] = {};
245245

246-
class ScrollBar
246+
class ComboScrollBar
247247
{
248248
color[] = {1,1,1,0.6};
249249
colorActive[] = {1,1,1,1};

0 commit comments

Comments
 (0)