From 4101b6e37f09c631efb9b59992f0e0ff3943392e Mon Sep 17 00:00:00 2001 From: Rich Date: Mon, 13 Apr 2009 22:10:20 +0000 Subject: [PATCH] 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. --- PROMS/Volian.Controls.Library/DisplayTabControl.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/PROMS/Volian.Controls.Library/DisplayTabControl.cs b/PROMS/Volian.Controls.Library/DisplayTabControl.cs index 470f32b0..fb7052dd 100644 --- a/PROMS/Volian.Controls.Library/DisplayTabControl.cs +++ b/PROMS/Volian.Controls.Library/DisplayTabControl.cs @@ -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