fix window size getting stuck in caption after resizing done
This commit is contained in:
parent
65a7901291
commit
315316210d
|
@ -181,6 +181,8 @@ namespace BizHawk.Client.EmuHawk
|
|||
ResizeEnd += (o, e) =>
|
||||
{
|
||||
_inResizeLoop = false;
|
||||
SetWindowText();
|
||||
|
||||
if (GlobalWin.PresentationPanel != null)
|
||||
{
|
||||
GlobalWin.PresentationPanel.Resized = true;
|
||||
|
|
Loading…
Reference in New Issue