From 8764f1866f296f26887175ebf46397dccb24f14d Mon Sep 17 00:00:00 2001 From: tildearrow Date: Tue, 30 Dec 2025 20:11:13 -0500 Subject: [PATCH] GUI: my battery is low --- src/gui/newPattern.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui/newPattern.cpp b/src/gui/newPattern.cpp index 859cd8db6..ca3d9fbf0 100644 --- a/src/gui/newPattern.cpp +++ b/src/gui/newPattern.cpp @@ -277,7 +277,7 @@ void FurnaceGUI::drawPatternNew() { dl->AddRectFilled( selRect.Min, selRect.Max, - ImGui::GetColorU32(); + ImGui::GetColorU32(uiColors[GUI_COLOR_PATTERN_SELECTION]) ) curSelFindStage=3; break;