mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 12:32:20 +02:00
mInPostRemoveUpdatePanels check
This commit is contained in:
parent
9e3248fb4f
commit
4c70e6e0af
1 changed files with 1 additions and 1 deletions
|
@ -2546,7 +2546,7 @@ namespace IDE.ui
|
|||
base.RemovedFromWindow();
|
||||
CloseOldVersion();
|
||||
|
||||
if (NeedsPostRemoveUpdate)
|
||||
if ((NeedsPostRemoveUpdate) && (!mInPostRemoveUpdatePanels))
|
||||
{
|
||||
//Debug.WriteLine("Adding sourceViewPanel to mPostRemoveUpdatePanel {0}", this);
|
||||
mInPostRemoveUpdatePanels = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue