diff --git a/Source/Windows/MainForm.cs b/Source/Windows/MainForm.cs index 82486ce5..c497efe9 100644 --- a/Source/Windows/MainForm.cs +++ b/Source/Windows/MainForm.cs @@ -603,6 +603,7 @@ namespace CodeImp.DoomBuilder.Windows // Refresh if needed statusbar.Invalidate(); this.Update(); + if(display.Enabled) display.Focus(); } // This updates the status icon