fix: don't call SetBounds on restore (#19886)

This commit is contained in:
Heilig Benedek 2019-08-26 23:04:20 +02:00 committed by Shelley Vohr
parent cddbddc543
commit d04072d1eb
3 changed files with 20 additions and 67 deletions

View file

@ -305,7 +305,6 @@ NativeWindowViews::NativeWindowViews(const mate::Dictionary& options,
last_window_state_ = ui::SHOW_STATE_FULLSCREEN;
else
last_window_state_ = ui::SHOW_STATE_NORMAL;
last_normal_bounds_ = GetBounds();
#endif
#if defined(OS_LINUX)