Merge pull request #7766 from liusy182/window-size-restore

incorrect position when restored from maximize-on-top-drag under Windows #7630
This commit is contained in:
Cheng Zhao 2016-10-31 11:04:35 +09:00 committed by GitHub
commit 92f8c105d9
3 changed files with 13 additions and 55 deletions

View file

@ -327,7 +327,6 @@ NativeWindowViews::NativeWindowViews(
last_window_state_ = ui::SHOW_STATE_FULLSCREEN;
else
last_window_state_ = ui::SHOW_STATE_NORMAL;
last_normal_bounds_ = GetBounds();
#endif
}