Skip to content

Commit 6e742ca

Browse files
hansonrhansonr
authored andcommitted
insignificant
1 parent 2673b6d commit 6e742ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sources/net.sf.j2s.java.core/src/javax/swing/JToggleButton.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ public void setPressed(boolean b) {
262262
return;
263263
}
264264

265-
if (b == false && isArmed()) {
265+
if (!b && isArmed()) {
266266
setSelected(!this.isSelected());
267267
}
268268

0 commit comments

Comments
 (0)