mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/PCK-Studio.git
synced 2026-06-25 18:36:19 +00:00
MainForm - Fixed tab not being removed when 'MainForm_FormClosing' is called
This commit is contained in:
@@ -143,6 +143,7 @@ namespace PckStudio
|
||||
if (TryGetEditor(tab, out IPckEditor editor))
|
||||
{
|
||||
editor.Close();
|
||||
tabControl.TabPages.Remove(tab);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user