From b3d19a9e8d3d62816d628d7d9fef11f2e4226e43 Mon Sep 17 00:00:00 2001 From: lolbot-iichan Date: Mon, 15 May 2023 19:20:56 +0300 Subject: [PATCH] UI: Fix scribbler's green button color --- src/ui/object_interface.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ui/object_interface.cpp b/src/ui/object_interface.cpp index 96427272..304632b9 100644 --- a/src/ui/object_interface.cpp +++ b/src/ui/object_interface.cpp @@ -1278,7 +1278,7 @@ bool CObjectInterface::CreateInterface(bool bSelect) pos.x = ox+sx*9.40f; pos.y = oy+sy*0.75f; pc = pw->CreateColor(pos, ddim, -1, EVENT_OBJECT_PEN7); // green - pc->SetColor(Gfx::Color(0.0f, 0.0f, 0.8f, 0.0f)); + pc->SetColor(Gfx::Color(0.0f, 0.8f, 0.0f, 0.0f)); pos.x = ox+sx*9.65f; pos.y = oy+sy*1.25f; pc = pw->CreateColor(pos, ddim, -1, EVENT_OBJECT_PEN8); // brown