mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/PCK-Studio.git
synced 2026-06-25 16:25:33 +00:00
MainForm - Fixed 'closeToolStripMenuItem_Click' not closing tab
This commit is contained in:
@@ -365,6 +365,7 @@ namespace PckStudio
|
||||
if (TryGetEditor(out IPckEditor editor))
|
||||
{
|
||||
editor.Close();
|
||||
tabControl.TabPages.Remove(tabControl.SelectedTab);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user