1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-20 13:33:02 +01:00

Close #15660: Allow showing window buttons on the left (#20176)

This commit is contained in:
Michael Steenbeek
2023-05-19 10:17:38 +02:00
committed by GitHub
parent e1f7b240da
commit 5e495d63c7
53 changed files with 238 additions and 50 deletions

View File

@@ -551,6 +551,11 @@ public:
}
}
void OnResize() override
{
ResizeFrame();
}
void Initialise(utf8* path, const size_t numMissingObjects, const ObjectEntryDescriptor* missingObjects)
{
_invalidEntries = std::vector<ObjectEntryDescriptor>(missingObjects, missingObjects + numMissingObjects);