Removed hack to focus WorldForm when selection changed, it caused more problems than it solved

This commit is contained in:
dexy 2021-12-30 06:37:26 +11:00
parent 7f0bb17e68
commit 42f0e95c7c

View File

@ -7549,10 +7549,6 @@ namespace CodeWalker.Project
ShowCurrentProjectItem(false);
ShowProjectItemInProcess = false;
}
if (WorldForm != null)
{
WorldForm.Focus();//sometimes newly created panel steals focus from the WorldForm, this is a hack to give it back
}
}
}
catch { }