From ab402a5f15b4c6c417a472139ba551abb55df172 Mon Sep 17 00:00:00 2001 From: mix Date: Sat, 17 May 2025 03:53:33 +0100 Subject: [PATCH] Prevent inventions window invalidating every frame --- src/openrct2-ui/windows/EditorInventionsList.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/openrct2-ui/windows/EditorInventionsList.cpp b/src/openrct2-ui/windows/EditorInventionsList.cpp index d7230cd321..e7821f5546 100644 --- a/src/openrct2-ui/windows/EditorInventionsList.cpp +++ b/src/openrct2-ui/windows/EditorInventionsList.cpp @@ -218,8 +218,6 @@ namespace OpenRCT2::Ui::Windows if (WindowEditorInventionsListDragGetItem() != nullptr) return; - - Invalidate(); } ScreenSize OnScrollGetSize(int32_t scrollIndex) override