mirror of
https://github.com/raysan5/raygui.git
synced 2026-04-10 01:09:11 -04:00
Update controls_test_suite.c
This commit is contained in:
@ -97,7 +97,7 @@ int main()
|
|||||||
int listViewExScrollIndex = 0;
|
int listViewExScrollIndex = 0;
|
||||||
int listViewExActive = 2;
|
int listViewExActive = 2;
|
||||||
int listViewExFocus = -1;
|
int listViewExFocus = -1;
|
||||||
const char *listViewExList[8] = { "This", "is", "a", "list view", "with", "disable", "elements", "amazing!" };
|
char *listViewExList[8] = { "This", "is", "a", "list view", "with", "disable", "elements", "amazing!" };
|
||||||
|
|
||||||
Color colorPickerValue = RED;
|
Color colorPickerValue = RED;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user