Skip to content

Commit 6bf6993

Browse files
committed
add to swap axis if only one time point and several Z
1 parent ebae0c4 commit 6bf6993

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/main/java/fiji/plugin/trackmate/LoadTrackMatePlugIn.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,8 @@ public void run( final String filePath )
136136
ImagePlus imp = reader.readImage();
137137
if ( null == imp )
138138
imp = ViewUtils.makeEmpytImagePlus( model );
139-
139+
GuiUtils.userCheckImpDimensions( imp );
140+
140141
/*
141142
* Read settings.
142143
*/

0 commit comments

Comments
 (0)