Skip to content

Commit 803c1c9

Browse files
committed
Merge pull request #116 from fritogotlayed/DUWSR-113
Fix for DUWSR-113 and DUWSR-11
2 parents 5b55746 + 47d9a16 commit 803c1c9

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
@@ -191,7 +191,7 @@ class RscCombo
191191
colorSelect[] = {0.023529,0,0.0313725,1};
192192
colorText[] = {0.023529,0,0.0313725,1};
193193
colorBackground[] = {0.95,0.95,0.95,1};
194-
colorScrollbar[] = {0.023529,0,0.0313725,1};
194+
colorComboScrollbar[] = {0.023529,0,0.0313725,1};
195195
soundSelect[] = {"",0.1,1};
196196
soundExpand[] = {"",0.1,1};
197197
soundCollapse[] = {"",0.1,1};
@@ -232,7 +232,7 @@ class RscListBox
232232
h = 0.4;
233233
rowHeight = 0;
234234
colorText[] = {0.8784,0.8471,0.651,1};
235-
colorScrollbar[] = {0.95,0.95,0.95,1};
235+
colorComboScrollbar[] = {0.95,0.95,0.95,1};
236236
colorSelect[] = {0.95,0.95,0.95,1};
237237
colorSelect2[] = {0.95,0.95,0.95,1};
238238
colorSelectBackground[] = {0,0,0,1};

0 commit comments

Comments
 (0)