Skip to content

Commit

Permalink
Change variable name to projectModel when calling ImportSpotsFromLabe…
Browse files Browse the repository at this point in the history
…lImageView via the CommandService
  • Loading branch information
stefanhahmann committed Feb 29, 2024
1 parent f8db2a5 commit 4a926fd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,6 @@ public void installGlobalActions( Actions actions )

private void importSpotsFromLabelImage()
{
commandService.run( ImportSpotsFromLabelImageView.class, true, "appModel", appModel );
commandService.run( ImportSpotsFromLabelImageView.class, true, "projectModel", appModel );
}
}

0 comments on commit 4a926fd

Please sign in to comment.