Skip to content

Commit

Permalink
fixed loading problem in options
Browse files Browse the repository at this point in the history
  • Loading branch information
markiewb committed Feb 15, 2015
1 parent 5ac78ff commit 4c3c789
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,7 @@ private void rbShortActionPerformed(java.awt.event.ActionEvent evt) {//GEN-FIRST

void load() {
rbLong.setSelected(NbPreferences.forModule(CopyFQNPanel.class).getBoolean("longMode", LONGMODE_DEFAULT));
rbShort.setSelected(!NbPreferences.forModule(CopyFQNPanel.class).getBoolean("longMode", LONGMODE_DEFAULT));
}

void store() {
Expand Down

0 comments on commit 4c3c789

Please sign in to comment.