Skip to content

Commit

Permalink
Plugin: Update ND2 widget indexing
Browse files Browse the repository at this point in the history
  • Loading branch information
dgault committed Jan 30, 2024
1 parent 40dbbfd commit 96cec80
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ public Component[] getWidgets() {
@Override
public void itemStateChanged(ItemEvent e) {
JCheckBox box = (JCheckBox) e.getSource();
if (box.equals(getWidgets()[1])) {
if (box.equals(getWidgets()[0])) {
Prefs.set(LociPrefs.PREF_ND2_CHUNKMAP, box.isSelected());
}
}
Expand Down

0 comments on commit 96cec80

Please sign in to comment.