From c4840cbc5c314ca4aec35f970e8bfa956fe8c60e Mon Sep 17 00:00:00 2001 From: Ray San Date: Wed, 2 May 2018 12:43:30 +0200 Subject: [PATCH] Replaced GuiGetBackgroundColor() --- tools/rGuiStyler/rguistyler.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/rGuiStyler/rguistyler.c b/tools/rGuiStyler/rguistyler.c index 217e646..842337e 100644 --- a/tools/rGuiStyler/rguistyler.c +++ b/tools/rGuiStyler/rguistyler.c @@ -500,7 +500,7 @@ int main(int argc, char *argv[]) ClearBackground(RAYWHITE); // Draw background rectangle - DrawRectangle(0, 0, GetScreenWidth(), GetScreenHeight(), GuiGetBackgroundColor()); + DrawRectangle(0, 0, GetScreenWidth(), GetScreenHeight(), GetColor(GuiGetStyleProperty(DEFAULT_BACKGROUND_COLOR))); // Draw info bar top GuiStatusBar((Rectangle){ anchor01.x + 0, anchor01.y + 0, 720, 24 }, "CHOOSE CONTROL > CHOOSE PROPERTY STYLE > STYLE VIEWER", 35);