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 678b387 commit d686ce9
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 @@ -55,7 +56,7 @@
import net.imglib2.type.NativeType;
import net.imglib2.type.numeric.RealType;

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

Expand Down

0 comments on commit d686ce9

Please sign in to comment.