From 854d4e6fa483b5733786863a4223b21c1ebc131f Mon Sep 17 00:00:00 2001 From: reversebottle Date: Wed, 27 Mar 2024 19:12:55 -0400 Subject: [PATCH] Fix #21652: set correct color on save overwrite first open (#21666) --- distribution/changelog.txt | 1 + src/openrct2-ui/windows/LoadSave.cpp | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/distribution/changelog.txt b/distribution/changelog.txt index eb7820597f..ca39beee3f 100644 --- a/distribution/changelog.txt +++ b/distribution/changelog.txt @@ -25,6 +25,7 @@ - Fix: [#21543] Crash with creating a TrackIterator with invalid arguments. - Fix: [#21635] Tile inspector hotkey can set wall slope for non-slopeable objects. - Fix: [#21641] Crash when creating track iterator from an invalid tile element. +- Fix: [#21652] Dialog window to confirm overwriting files does not apply the theme colours correctly. - Fix: [#21668] Crash when on null ride in Guest::UpdateRideLeaveExit. - Fix: [objects#290] “Haunted Mansion” cars have a non-functional third remap colour. - Fix: [objects#296] Incorrect wall placement around large Kremlin/drab pieces. diff --git a/src/openrct2-ui/windows/LoadSave.cpp b/src/openrct2-ui/windows/LoadSave.cpp index 81bb0eadef..dd5f9dd067 100644 --- a/src/openrct2-ui/windows/LoadSave.cpp +++ b/src/openrct2-ui/windows/LoadSave.cpp @@ -1116,7 +1116,6 @@ static Widget window_loadsave_widgets[] = void OnOpen() override { widgets = window_overwrite_prompt_widgets; - colours[0] = TRANSLUCENT(COLOUR_BORDEAUX_RED); } void OnMouseUp(WidgetIndex widgetIndex) override