Bläddra i källkod

Merge pull request #879 from bttelle/issue-619

Fix close of inactive IDE tab without closing pane
Brian Fiete 4 år sedan
förälder
incheckning
518c9773f3
1 ändrade filer med 3 tillägg och 0 borttagningar
  1. 3 0
      IDE/src/IDEApp.bf

+ 3 - 0
IDE/src/IDEApp.bf

@@ -6588,6 +6588,9 @@ namespace IDE
 							nextTab = checkTab;
 	                });
 			}
+			else {
+				nextTab = tabbedView.GetActiveTab();
+			}
 
 			tabbedView.RemoveTab(tabButton);
 			if (nextTab != null)