diff --git a/IndustrialPark/MainForm/MainForm.cs b/IndustrialPark/MainForm/MainForm.cs index b0df6e0..e940738 100644 --- a/IndustrialPark/MainForm/MainForm.cs +++ b/IndustrialPark/MainForm/MainForm.cs @@ -833,8 +833,11 @@ public void AddArchiveEditor(string filePath = null, Platform scoobyPlatform = P SetupAssetVisibilityButtons(); closeAllEditorsToolStripMenuItem.Enabled = true; - if (show) - ae.Show(); + ae.Show(); + + // Cannot select assets if the editor isn't shown first? + if (!show) + ae.Hide(); } public void EditorUpdate()