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:
@@ -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)
|
||||
|
||||
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user