We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 51579f5 + 7ba13f7 commit cd50720Copy full SHA for cd50720
1 file changed
src/main/java/fiji/plugin/trackmate/action/LabelImgExporter.java
@@ -243,6 +243,7 @@ public static final ImagePlus createLabelImagePlus(
243
lblImp.setCalibration( imp.getCalibration().copy() );
244
lblImp.setTitle( "LblImg_" + imp.getTitle() );
245
return lblImp;
246
+
247
}
248
249
/**
@@ -542,7 +543,7 @@ public static void main( final String[] args )
542
543
createLabelImagePlus(
544
plugIn.getModel(),
545
plugIn.getSettings().imp,
- true,
546
+ false,
547
true,
548
plugIn.getModel().getLogger() ).show();
549
0 commit comments