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

Avoid potential visual glitch when switching between views and restoring previous state #12577

Closed
mantid-builder opened this issue May 11, 2015 · 1 comment
Labels

Comments

@mantid-builder
Copy link
Collaborator

This issue was originally TRAC 11739

Original Reporter: @FedeMPouzols

The way http://trac.mantidproject.org/mantid/ticket/11708 is probably going to be addressed is not that great in the sense that in MdViewerWidget::switchViews() the views are rendered and after that the previous state of the view is restored (when switching back to a view that was previously manipulated). This can produces a visual glitch and a bit of delay.

Goal: avoid the glitch. This requires reorganizing ViewBase and derived classes so that they don't resetCamera(), resetDisplay() etc. in so many places, especially when doing render() and onRenderDone() and similar places. That is, at the very minimum it should be possible to render() VSI views using a reloaded/restored status.

I'm adding this tentative ticket for now, to add a comment and link to it in the code.


Keywords: VSI

@NickDraper
Copy link
Contributor

archived for now

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

No branches or pull requests

2 participants