-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Load window settings at the start of init #666
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
Conversation
Cool, this definitely makes sense. I'll test it here in a few minutes. 😄 |
@justinclift 666 pull request should always make sense 😄 |
Thanks @innermous . You're right, this fixes #664 too. 😄 |
Found an interesting side effect from this PR, it's causing the window geometry for the Edit Cell dock to change, and some of the buttons to become partially hidden. Investigating now. I think it'll be a fairly simple fix. 😄 |
@justinclift alright. |
I can't reproduce it. |
@justinclift I am sorry, haven't tested it enough :c |
@justinclift but my stand-alone commit is doing fine, right? |
Yep. 😄 |
I suggest to load preferences right in the very beginning of init method.
Particularly in case of #664
code is running after
which is not cool 😄
This PR fixes the issue I addressed in this comment, but I believe, this will fix the #664 itself.
Test this, please, and tell if it works.