From 2955c676ced351c4661a5087175a1018cb2cf195 Mon Sep 17 00:00:00 2001 From: Ray Date: Wed, 6 Sep 2023 09:58:59 +0200 Subject: [PATCH] Update controls_test_suite.c --- examples/controls_test_suite/controls_test_suite.c | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/examples/controls_test_suite/controls_test_suite.c b/examples/controls_test_suite/controls_test_suite.c index 28e4725..a9697bc 100644 --- a/examples/controls_test_suite/controls_test_suite.c +++ b/examples/controls_test_suite/controls_test_suite.c @@ -123,9 +123,8 @@ int main() bool showMessageBox = false; char textInput[256] = { 0 }; - bool showTextInputBox = false; - char textInputFileName[256] = { 0 }; + bool showTextInputBox = false; float alpha = 1.0f; @@ -199,8 +198,7 @@ int main() // raygui: controls drawing //---------------------------------------------------------------------------------- // Check all possible events that require GuiLock - if (dropDown000EditMode || - dropDown001EditMode) GuiLock(); + if (dropDown000EditMode || dropDown001EditMode) GuiLock(); // First GUI column //GuiSetStyle(CHECKBOX, TEXT_ALIGNMENT, TEXT_ALIGN_LEFT);