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