mastodon-sc / mastodon

Mastodon – a large-scale tracking and track-editing framework for large, multi-view images.
BSD 2-Clause "Simplified" License
66 stars 20 forks source link

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

Closed xulman closed 1 year ago

xulman commented 1 year ago

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.