瀏覽代碼

Merge pull request #879 from bttelle/issue-619

Fix close of inactive IDE tab without closing pane
Brian Fiete 4 年之前
父節點
當前提交
518c9773f3
共有 1 個文件被更改,包括 3 次插入0 次删除
  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)