From 4ca0d5d06530818c83d0a8d6fe700329a5c9caf2 Mon Sep 17 00:00:00 2001 From: Stephan Preibisch Date: Sat, 19 Oct 2024 11:23:46 -0400 Subject: [PATCH] update TODO (show outlines) --- .../fiji/spimdata/explorer/popup/AnalyzeErrorPopup.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/java/net/preibisch/mvrecon/fiji/spimdata/explorer/popup/AnalyzeErrorPopup.java b/src/main/java/net/preibisch/mvrecon/fiji/spimdata/explorer/popup/AnalyzeErrorPopup.java index c9ac0849..2c7d302d 100644 --- a/src/main/java/net/preibisch/mvrecon/fiji/spimdata/explorer/popup/AnalyzeErrorPopup.java +++ b/src/main/java/net/preibisch/mvrecon/fiji/spimdata/explorer/popup/AnalyzeErrorPopup.java @@ -139,7 +139,7 @@ public void run() // wait until the table is updated (otherwise there might be an exception thrown) SimpleMultiThreading.threadWait( 100 ); - // TODO: zoom into the two + // zoom into the two if ( p != null && p.bdv != null && p.bdv.getViewerFrame().isVisible() ) { TransformationTools.reCenterViews( p.bdv, @@ -149,7 +149,7 @@ public void run() panel.getSpimData().getViewRegistrations() ); } - // TODO: color both red + // TODO: activate overlay that shows the outlines of both stacks } else {