mirror of
https://github.com/electron/electron.git
synced 2026-05-02 03:00:22 -04:00
issue 6574 - Window position doesn't restore correctly
This commit is contained in:
@@ -121,7 +121,10 @@ bool NativeWindowViews::PreHandleMSG(
|
||||
::GetWindowRect(GetAcceleratedWidget(), (LPRECT)l_param);
|
||||
return false;
|
||||
}
|
||||
|
||||
case WM_MOVE: {
|
||||
last_normal_bounds_ = GetBounds();
|
||||
return false;
|
||||
}
|
||||
default:
|
||||
return false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user