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

FIX: catches (warns and continues operation!) when restoring of BDV windows from gui.xml #194

Merged
merged 1 commit into from
Sep 18, 2022

Conversation

xulman
Copy link
Contributor

@xulman xulman commented Sep 15, 2022

This happens typically when dummy data is loaded instead of the original images AND the original images have more than one source. The exception is thrown when the number of stored sources is not matching the number of sources present in the loaded data.

I decided not to create special-case for dummy data, rather I catch this discrepancy and informs an user about it...

and especially the swallowed exception allows to loading operation to continue.

BDV windows fails. This happens typically when dummy data is loaded
instead of the original images AND the original images have more than
one source. The exception is thrown when the number of stored sources
is not matching the number of sources present in the loaded data.
@tinevez tinevez self-assigned this Sep 15, 2022
@tinevez tinevez merged commit f9b6142 into mastodon-sc:dev Sep 18, 2022
@xulman xulman deleted the fixingRestoringOfBdvWindows branch September 19, 2022 14:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
Development

Successfully merging this pull request may close these issues.

None yet

2 participants