diff --git a/kcc/KCC_gui.py b/kcc/KCC_gui.py index 9666fc5..d207cfe 100644 --- a/kcc/KCC_gui.py +++ b/kcc/KCC_gui.py @@ -316,6 +316,7 @@ class Ui_KCC(object): def toggleNoSplitRotate(self, value): if value: GUI.RotateBox.setEnabled(False) + GUI.RotateBox.setChecked(False) else: GUI.RotateBox.setEnabled(True)