From 04ae380349910183476c60c297e9b0f22013a06e Mon Sep 17 00:00:00 2001 From: Ray Date: Thu, 26 Apr 2018 13:55:35 +0200 Subject: [PATCH] Changed GuiPanel() color --- src/raygui.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/raygui.h b/src/raygui.h index 110260f..7c5ec60 100644 --- a/src/raygui.h +++ b/src/raygui.h @@ -1021,7 +1021,7 @@ RAYGUIDEF void GuiPanel(Rectangle bounds) case FOCUSED: case PRESSED: { - DrawRectangleRec(bounds, Fade(GetColor(style[DEFAULT_BASE_COLOR_NORMAL]), guiAlpha)); + DrawRectangleRec(bounds, Fade(GetColor(style[DEFAULT_BACKGROUND_COLOR]), guiAlpha)); DrawRectangleLinesEx(bounds, GUIPANEL_BORDER_WIDTH, Fade(GetColor(style[DEFAULT_LINES_COLOR]), guiAlpha)); }break; case DISABLED: