diff third_party/raylib/include/raygui.h @ 114:e2a73e64e8e6

[Postdog] Got history working.
author June Park <parkjune1995@gmail.com>
date Tue, 06 Jan 2026 08:15:37 -0800
parents d6d578b49a19
children 7bd795bac997
line wrap: on
line diff
--- a/third_party/raylib/include/raygui.h	Sun Jan 04 14:42:54 2026 -0800
+++ b/third_party/raylib/include/raygui.h	Tue Jan 06 08:15:37 2026 -0800
@@ -6594,7 +6594,7 @@
     {
         GuiDrawRectangle(bounds, GuiGetStyle(TEXTBOX, BORDER_WIDTH), GetColor(GuiGetStyle(TEXTBOX, BORDER + (state*3))), GetColor(GuiGetStyle(TEXTBOX, BASE_COLOR_DISABLED)));
     }
-    else GuiDrawRectangle(bounds, GuiGetStyle(TEXTBOX, BORDER_WIDTH), GetColor(GuiGetStyle(TEXTBOX, BORDER + (state*3))), BLANK);
+    else GuiDrawRectangle(bounds, GuiGetStyle(TEXTBOX, BORDER_WIDTH), GetColor(GuiGetStyle(TEXTBOX, BORDER + (state*3))),  GetColor(GuiGetStyle(TEXTBOX, BASE_COLOR_PRESSED)));
 
     // Draw text considering index offset if required
     // NOTE: Text index offset depends on cursor position