We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b55746 commit 47d9a16Copy full SHA for 47d9a16
source/dialog/defines.hpp
@@ -191,7 +191,7 @@ class RscCombo
191
colorSelect[] = {0.023529,0,0.0313725,1};
192
colorText[] = {0.023529,0,0.0313725,1};
193
colorBackground[] = {0.95,0.95,0.95,1};
194
- colorScrollbar[] = {0.023529,0,0.0313725,1};
+ colorComboScrollbar[] = {0.023529,0,0.0313725,1};
195
soundSelect[] = {"",0.1,1};
196
soundExpand[] = {"",0.1,1};
197
soundCollapse[] = {"",0.1,1};
@@ -232,7 +232,7 @@ class RscListBox
232
h = 0.4;
233
rowHeight = 0;
234
colorText[] = {0.8784,0.8471,0.651,1};
235
- colorScrollbar[] = {0.95,0.95,0.95,1};
+ colorComboScrollbar[] = {0.95,0.95,0.95,1};
236
colorSelect[] = {0.95,0.95,0.95,1};
237
colorSelect2[] = {0.95,0.95,0.95,1};
238
colorSelectBackground[] = {0,0,0,1};
0 commit comments