Skip to content

Commit cd50720

Browse files
committed
Merge branch 'label-img-exporter' of github.com:fiji/TrackMate into label-img-exporter
2 parents 51579f5 + 7ba13f7 commit cd50720

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/main/java/fiji/plugin/trackmate/action/LabelImgExporter.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,6 +243,7 @@ public static final ImagePlus createLabelImagePlus(
243243
lblImp.setCalibration( imp.getCalibration().copy() );
244244
lblImp.setTitle( "LblImg_" + imp.getTitle() );
245245
return lblImp;
246+
246247
}
247248

248249
/**
@@ -542,7 +543,7 @@ public static void main( final String[] args )
542543
createLabelImagePlus(
543544
plugIn.getModel(),
544545
plugIn.getSettings().imp,
545-
true,
546+
false,
546547
true,
547548
plugIn.getModel().getLogger() ).show();
548549
}

0 commit comments

Comments
 (0)