fixed lost key input after testing map

This commit is contained in:
codeimp 2008-12-07 18:09:46 +00:00
parent 5dd57082b5
commit 1a50bc16ba

View file

@ -603,6 +603,7 @@ namespace CodeImp.DoomBuilder.Windows
// Refresh if needed // Refresh if needed
statusbar.Invalidate(); statusbar.Invalidate();
this.Update(); this.Update();
if(display.Enabled) display.Focus();
} }
// This updates the status icon // This updates the status icon