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;