Changed GuiPanel() color

This commit is contained in:
Ray 2018-04-26 13:55:35 +02:00
parent 5eb7641f7c
commit 04ae380349

View File

@ -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: