mirror of
https://mirror.ghproxy.com/https://github.com/dexyfex/CodeWalker
synced 2026-05-16 03:14:49 +08:00
Fix for typing in textboxes when trying to move the camera in world view. Fixed debugging property exceptions in ResourceBaseTypes
This commit is contained in:
@@ -5506,6 +5506,11 @@ namespace CodeWalker
|
||||
case MouseButtons.Right: MouseRButtonDown = true; break;
|
||||
}
|
||||
|
||||
if (!ToolsPanelShowButton.Focused)
|
||||
{
|
||||
ToolsPanelShowButton.Focus(); //make sure no textboxes etc are focused!
|
||||
}
|
||||
|
||||
MouseDownPoint = e.Location;
|
||||
MouseLastPoint = MouseDownPoint;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user