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

mInPostRemoveUpdatePanels check

This commit is contained in:
Brian Fiete 2021-04-11 07:02:17 -04:00
parent 9e3248fb4f
commit 4c70e6e0af

View file

@ -2546,7 +2546,7 @@ namespace IDE.ui
base.RemovedFromWindow(); base.RemovedFromWindow();
CloseOldVersion(); CloseOldVersion();
if (NeedsPostRemoveUpdate) if ((NeedsPostRemoveUpdate) && (!mInPostRemoveUpdatePanels))
{ {
//Debug.WriteLine("Adding sourceViewPanel to mPostRemoveUpdatePanel {0}", this); //Debug.WriteLine("Adding sourceViewPanel to mPostRemoveUpdatePanel {0}", this);
mInPostRemoveUpdatePanels = true; mInPostRemoveUpdatePanels = true;