Fixed bug that causes hang on close sidebyside window

If you open two procedures and then drag one of them so that it is next to the other and then close one of the two procedures, PROMS2010 would hang.
This commit is contained in:
Rich 2009-04-13 22:10:20 +00:00
parent 8742af45dd
commit 4101b6e37f

View File

@ -287,6 +287,7 @@ namespace Volian.Controls.Library
if (myBar.DockSide == eDockSide.Document && myBar.Visible)
{
ActivateRemainingTab(myBar);
return;
}
}
// No Document Tabs Remaining - need to raise OnItemSelectedChanged