mirror of
https://github.com/raysan5/raygui.git
synced 2026-02-04 21:29:18 -05:00
Remove trailing spaces
This commit is contained in:
@ -537,7 +537,11 @@ static bool guiStyleLoaded = false;
|
|||||||
|
|
||||||
#if defined(RAYGUI_TEXTBOX_EXTENDED)
|
#if defined(RAYGUI_TEXTBOX_EXTENDED)
|
||||||
static Rectangle guiTextBoxActive = { 0 }; // Area of the currently active textbox
|
static Rectangle guiTextBoxActive = { 0 }; // Area of the currently active textbox
|
||||||
static GuiTextBoxState guiTextBoxState = { .cursor = -1, .start = 0, .index = 0, .select = -1 }; // Keeps state of the active textbox
|
static GuiTextBoxState guiTextBoxState = { // Keeps state of the active textbox
|
||||||
|
.cursor = -1,
|
||||||
|
.start = 0,
|
||||||
|
.index = 0,
|
||||||
|
.select = -1 };
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
//----------------------------------------------------------------------------------
|
//----------------------------------------------------------------------------------
|
||||||
|
|||||||
Reference in New Issue
Block a user