mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2025-12-22 07:13:07 +01:00
Fix tab index being overwritten for scripted windows (#20630)
This commit is contained in:
committed by
GitHub
parent
ce86aa029f
commit
5924185a6b
@@ -285,7 +285,6 @@ WindowBase* WindowCreate(
|
||||
w->max_height = height;
|
||||
|
||||
w->focus = std::nullopt;
|
||||
w->page = 0;
|
||||
|
||||
ColourSchemeUpdate(w);
|
||||
w->Invalidate();
|
||||
|
||||
Reference in New Issue
Block a user