1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-10 04:22:20 +02:00

Improved PostRemoveUpdate to avoid pauses on closing tabs

This commit is contained in:
Brian Fiete 2022-05-07 16:23:30 -07:00
parent bbd058eeaf
commit 34cfe89d3a
2 changed files with 12 additions and 1 deletions

View file

@ -489,6 +489,7 @@ namespace IDE.ui
int32 mResolveJobCount;
bool mWantsParserCleanup;
bool mInPostRemoveUpdatePanels;
bool mDeleteAfterPostRemoveUpdate;
// For multi-view files...
PersistentTextPosition mTrackCursorPos;