Fix #21652: set correct color on save overwrite first open (#21666)

This commit is contained in:
reversebottle 2024-03-27 19:12:55 -04:00 committed by GitHub
parent 66edbc01aa
commit 854d4e6fa4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 1 additions and 1 deletions

View File

@ -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.

View File

@ -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