mirror of
https://mirror.ghproxy.com/https://github.com/dexyfex/CodeWalker
synced 2026-05-13 23:48:28 +08:00
Removed hack to focus WorldForm when selection changed, it caused more problems than it solved
This commit is contained in:
@@ -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 { }
|
||||
|
||||
Reference in New Issue
Block a user