mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-19 16:40:26 +02:00
Merge pull request #879 from bttelle/issue-619
Fix close of inactive IDE tab without closing pane
This commit is contained in:
commit
518c9773f3
1 changed files with 3 additions and 0 deletions
|
@ -6588,6 +6588,9 @@ namespace IDE
|
||||||
nextTab = checkTab;
|
nextTab = checkTab;
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
else {
|
||||||
|
nextTab = tabbedView.GetActiveTab();
|
||||||
|
}
|
||||||
|
|
||||||
tabbedView.RemoveTab(tabButton);
|
tabbedView.RemoveTab(tabButton);
|
||||||
if (nextTab != null)
|
if (nextTab != null)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue