mirror of
https://mirror.ghproxy.com/https://github.com/dexyfex/CodeWalker
synced 2025-02-21 19:33:00 +08:00
Removed hack to focus WorldForm when selection changed, it caused more problems than it solved
This commit is contained in:
parent
7f0bb17e68
commit
42f0e95c7c
@ -7549,10 +7549,6 @@ namespace CodeWalker.Project
|
|||||||
ShowCurrentProjectItem(false);
|
ShowCurrentProjectItem(false);
|
||||||
ShowProjectItemInProcess = 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 { }
|
catch { }
|
||||||
|
Loading…
Reference in New Issue
Block a user