incorrect position when restored from maximize-on-top-drag under Windows #7630

This commit is contained in:
liusi 2016-10-27 17:42:43 +08:00
parent 93464b8100
commit a2b3abbf47
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
}