Skip to content

Commit

Permalink
Change factory priority to have consistent detector menu ordering.
Browse files Browse the repository at this point in the history
  • Loading branch information
tinevez committed Dec 4, 2023
1 parent 0fe3822 commit 4ad9501
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
import javax.swing.ImageIcon;

import org.jdom2.Element;
import org.scijava.Priority;
import org.scijava.plugin.Plugin;

import fiji.plugin.trackmate.Model;
Expand All @@ -53,7 +54,7 @@
import net.imglib2.type.NativeType;
import net.imglib2.type.numeric.RealType;

@Plugin( type = SpotDetectorFactory.class )
@Plugin( type = SpotDetectorFactory.class, priority = Priority.LOW - 5. )
public class MorphoLibJDetectorFactory< T extends RealType< T > & NativeType< T > > implements SpotDetectorFactory< T >
{

Expand Down

0 comments on commit 4ad9501

Please sign in to comment.