mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2025-12-10 09:32:29 +01:00
Invalidate screen on reload from object selection window
This commit is contained in:
@@ -30,6 +30,7 @@
|
||||
- Fix: [#24447] Shortcut list is not refreshed when changing language.
|
||||
- Fix: [#24448] Shortcuts involving the Caps Lock key are wrongly localised to NumPad Dot.
|
||||
- Fix: [#24464] Window and viewport visibility is not calculated correctly causing minor performance issues.
|
||||
- Fix: [#24488] Objects are not always redrawn immediately when they are reloaded from the Object Selection window.
|
||||
|
||||
0.4.22 (2025-05-04)
|
||||
------------------------------------------------------------------------
|
||||
|
||||
@@ -478,6 +478,7 @@ namespace OpenRCT2::Ui::Windows
|
||||
{
|
||||
objectManager.UnloadObjects({ descriptor });
|
||||
objectManager.LoadObject(descriptor, entryIndex);
|
||||
GfxInvalidateScreen();
|
||||
}
|
||||
}
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user