Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

store window size on resize #1168

Closed
wants to merge 1 commit into from
Closed

store window size on resize #1168

wants to merge 1 commit into from

Conversation

mslourens
Copy link
Contributor

@mslourens mslourens commented Nov 24, 2017

Fixes #1166

MainWindow.getBounds() is always 0 for height and width under Linux, so I store the window size on 'resize' event (with debounce, otherwise the function is called way too often).

@kazup01
Copy link
Member

kazup01 commented Nov 24, 2017

Thank you @mslourens for your contribution. We will check it tomorrow.

@kazup01 kazup01 added the awaiting review ❇️ Pull request is awaiting a review. label Nov 24, 2017
@kazup01 kazup01 self-requested a review November 24, 2017 16:03
@kazup01
Copy link
Member

kazup01 commented Nov 27, 2017

Hi @mslourens , this seems to have been fixed at # 1144, how about it?

@mslourens
Copy link
Contributor Author

That's also a good fix, I didn't see it. You can close my PR.

@kazup01
Copy link
Member

kazup01 commented Nov 27, 2017

@mslourens Thank you for your replying, I will close this PR.
Btw, your contributions are so helpful every time. Thank you again :)

@kazup01 kazup01 closed this Nov 27, 2017
@kazup01 kazup01 added duplicate 🚫 Issue is a duplicate. and removed awaiting review ❇️ Pull request is awaiting a review. labels Nov 27, 2017
@mslourens mslourens deleted the restore-window-size branch January 17, 2018 16:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate 🚫 Issue is a duplicate.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants