Skip to content

Commit

Permalink
Re-enable auto exclusive to fix deselectable radio button issue (nion…
Browse files Browse the repository at this point in the history
…ui 76).
  • Loading branch information
cmeyer committed Jul 19, 2024
1 parent 92713a5 commit f378ed7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion nion/ui/PyQtProxy.py
Original file line number Diff line number Diff line change
Expand Up @@ -446,7 +446,6 @@ class PyRadioButton(QtWidgets.QRadioButton):
def __init__(self) -> None:
super().__init__()
self.object = None
self.setAutoExclusive(False)
self.clicked.connect(self.__clicked)

def __clicked(self):
Expand Down

0 comments on commit f378ed7

Please sign in to comment.