fix: don't call SetBounds on restore (#19886)
This commit is contained in:
parent
cddbddc543
commit
d04072d1eb
3 changed files with 20 additions and 67 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue