1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-30 10:15:36 +01:00

Prevent inventions window invalidating every frame

This commit is contained in:
mix
2025-05-17 03:53:33 +01:00
parent 4864b6552c
commit ab402a5f15

View File

@@ -218,8 +218,6 @@ namespace OpenRCT2::Ui::Windows
if (WindowEditorInventionsListDragGetItem() != nullptr)
return;
Invalidate();
}
ScreenSize OnScrollGetSize(int32_t scrollIndex) override