1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-19 08:30:25 +02:00

Merge pull request #879 from bttelle/issue-619

Fix close of inactive IDE tab without closing pane
This commit is contained in:
Brian Fiete 2021-02-01 05:32:47 -08:00 committed by GitHub
commit 518c9773f3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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