MainForm - Fixed 'closeToolStripMenuItem_Click' not closing tab

This commit is contained in:
miku-666
2023-06-28 17:18:36 +02:00
parent e09ffc018e
commit 1abffa1d48

View File

@@ -365,6 +365,7 @@ namespace PckStudio
if (TryGetEditor(out IPckEditor editor))
{
editor.Close();
tabControl.TabPages.Remove(tabControl.SelectedTab);
}
}