Skip to content

Commit 73f873d

Browse files
committed
popupMenu.js: Fix copy/paste error from 731d2f7.
1 parent 406c075 commit 73f873d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

js/ui/popupMenu.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -519,7 +519,7 @@ var PopupMenuItem = class PopupMenuItem extends PopupBaseMenuItem {
519519
}
520520
if (!this._ornament.child) {
521521
let radioOrn = new RadioButton.RadioButton();
522-
switchOrn.set_checked(state);
522+
radioOrn.set_checked(state);
523523
this._ornament.child = radioOrn;
524524
} else {
525525
this._ornament.child.set_checked(state);

0 commit comments

Comments
 (0)