Skip to content

Fix Output panel annoying focus steal

Ghost User requested to merge github/fork/neikeq/output_focus_steal into master

Output panel was annoyingly stealing focus to the other bottom panels when a log was printed at game runtime.

Now it won't steal the focus if another bottom panel is already visible (in the above situation... it still steals focus once when run is pressed).

Merge request reports