Skip to content
This repository has been archived by the owner on Dec 11, 2019. It is now read-only.

Fixed re-launching with a maximized window (When re-launching after maximized, window cannot be maximized again once restored down) #7825

Closed
luixxiul opened this issue Mar 22, 2017 · 3 comments

Comments

@luixxiul
Copy link
Contributor

Describe the issue you encountered: When re-launching after maximized, window cannot be maximized again once restored down

@luixxiul luixxiul added this to the 0.14.0 milestone Mar 22, 2017
@bsclifton bsclifton self-assigned this Mar 22, 2017
@bsclifton
Copy link
Member

bsclifton commented Mar 22, 2017

I believe this was caused by 494b944#diff-05d099af3c7a156e5d741630c31670d0

update: root cause was typo which I just now fixed with d626336

Given the original commit date, this problem should have been present since 0.13.0. The maximize state was not set in 0.13.5 because of a regression, but that was fixed when fixing #7664

@luixxiul
Copy link
Contributor Author

It also disables the grabbing the top edge of the window, after maximizing, restarting and restoring down.

@bsclifton
Copy link
Member

@luixxiul I confirmed this has been a bug since 0.13.0 😄 Adding release notes include tag

@alexwykoff alexwykoff changed the title When re-launching after maximized, window cannot be maximized again once restored down Fixed re-launching with a maximized window Mar 24, 2017
@luixxiul luixxiul changed the title Fixed re-launching with a maximized window Fixed re-launching with a maximized window (When re-launching after maximized, window cannot be maximized again once restored down) Mar 29, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.