1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2025-12-24 00:03:11 +01:00

Fix #18905: Ride Construction window theme not applied correctly

This commit is contained in:
mdbckrtn
2022-12-31 08:17:08 -05:00
committed by GitHub
parent bb1c5d8ca8
commit 7e9a09d7cd
2 changed files with 1 additions and 4 deletions

View File

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

View File

@@ -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();