mirror of
https://github.com/raysan5/raygui.git
synced 2026-04-09 17:09:08 -04:00
Update controls_test_suite.c
This commit is contained in:
@ -97,7 +97,7 @@ int main()
|
||||
int listViewExScrollIndex = 0;
|
||||
int listViewExActive = 2;
|
||||
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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user