Windows: Do not auto-focus from our console #108362

Merged
Harley Acheson merged 1 commits from Harley/blender:ConsoleFocus into blender-v3.6-release 2023-05-28 03:42:18 +02:00

1 Commits

Author SHA1 Message Date
Harley Acheson c70f67c622 Windows: Do not auto-focus from our console
Although auto-focus only works between a single Blender instance's
child windows, this does include our own console and we don't want
that. Luckily fixing this only requires a single check for null -
because GetFocus() returns null to us for our console.
2023-05-27 18:11:52 -07:00