Skip to content

Commit

Permalink
Merge branch 'nion-software:master' into Iss983
Browse files Browse the repository at this point in the history
  • Loading branch information
Tiomat85 authored Jul 23, 2024
2 parents 773892c + f378ed7 commit c79a7c4
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 c79a7c4

Please sign in to comment.