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

Improving experience #131

Draft
wants to merge 2 commits into
base: master
Choose a base branch
from
Draft

Improving experience #131

wants to merge 2 commits into from

Conversation

diegoasua
Copy link
Member

This PR will address points raised in #128. What has been improved so far:

  • Napari.Viewer is initialized in main.py and inherited by ViewingWidget. Before it was instantiated inside MainWindow(); this reduces startup frozen lag by a factor of 5, approximately. Also solves an issue with window size at initialization.

Napari viewer is initialized in main.py and inherited instead than from MainWindow()
@vigji
Copy link
Member

vigji commented Feb 22, 2021

Wow, 5 seconds is a great improvement!
Could you try to fix tests accordingly?

@diegoasua
Copy link
Member Author

Sure will do!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants