You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If a Source is present in a SourceGroup, calling state.removeSources will remove the sources from the viewer and the 'main' panel works, but it stays in the SourceGroup.
Also, when removeSources is called, all sources from all SourceGroup are removed (and it does not care about the argument of removeAll method).
If a Source is present in a SourceGroup, calling
state.removeSources
will remove the sources from the viewer and the 'main' panel works, but it stays in the SourceGroup.Also, when
removeSources
is called, all sources from all SourceGroup are removed (and it does not care about the argument of removeAll method).I think this is due to a typo here:
bigdataviewer-core/src/main/java/bdv/viewer/BasicViewerState.java
Line 840 in 4d3550f
It's rather:
This would solve
bigdataviewer/bigdataviewer-playground#272
and maybe ?
#146
I'll make a quick PR
The text was updated successfully, but these errors were encountered: