fix window size getting stuck in caption after resizing done

This commit is contained in:
zeromus 2014-11-18 18:33:04 +00:00
parent 65a7901291
commit 315316210d
1 changed files with 2 additions and 0 deletions

View File

@ -181,6 +181,8 @@ namespace BizHawk.Client.EmuHawk
ResizeEnd += (o, e) =>
{
_inResizeLoop = false;
SetWindowText();
if (GlobalWin.PresentationPanel != null)
{
GlobalWin.PresentationPanel.Resized = true;