Skip to content

Commit

Permalink
Fix panning not working when the TrackMate tool is selected.
Browse files Browse the repository at this point in the history
Normally pressing space and dragging should move the view, as
for normal ImageJ tools. The removed line was preventing it.
  • Loading branch information
tinevez committed Jul 17, 2024
1 parent 73c85db commit 186520e
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,6 @@ public void keyPressed( final KeyEvent e )
case KeyEvent.VK_SPACE:
{
actions.startMoveSpot();
e.consume();
break;

}
Expand Down

0 comments on commit 186520e

Please sign in to comment.