From 7e9a09d7cd9a978d5879376d42f09c9cc2ad709e Mon Sep 17 00:00:00 2001 From: mdbckrtn Date: Sat, 31 Dec 2022 08:17:08 -0500 Subject: [PATCH] Fix #18905: Ride Construction window theme not applied correctly --- distribution/changelog.txt | 1 + src/openrct2-ui/windows/RideConstruction.cpp | 4 ---- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/distribution/changelog.txt b/distribution/changelog.txt index f6c867632a..bffd5a5728 100644 --- a/distribution/changelog.txt +++ b/distribution/changelog.txt @@ -5,6 +5,7 @@ - Feature: [#18744] Cheat to allow using a regular path as a queue path. - Improved: [#18826] [Plugin] Added all actions and their documentation to plugin API. - Fix: [#18467] “Selected only” Object Selection filter is active in Track Designs Manager, and cannot be toggled. +- Fix: [#18905] Ride Construction window theme is not applied correctly. - Fix: [#18911] Mini Golf station does not draw correctly from all angles. 0.4.3 (2022-12-14) diff --git a/src/openrct2-ui/windows/RideConstruction.cpp b/src/openrct2-ui/windows/RideConstruction.cpp index 1af8e9a0ec..77f6d3790a 100644 --- a/src/openrct2-ui/windows/RideConstruction.cpp +++ b/src/openrct2-ui/windows/RideConstruction.cpp @@ -212,10 +212,6 @@ public: InitScrollWidgets(); - colours[0] = COLOUR_DARK_BROWN; - colours[1] = COLOUR_DARK_BROWN; - colours[2] = COLOUR_DARK_BROWN; - window_push_others_right(*this); show_gridlines();