mirror of
https://github.com/ciromattia/kcc
synced 2026-09-01 16:37:06 +00:00
Small tweak of NoSplit option
This commit is contained in:
@@ -316,6 +316,7 @@ class Ui_KCC(object):
|
|||||||
def toggleNoSplitRotate(self, value):
|
def toggleNoSplitRotate(self, value):
|
||||||
if value:
|
if value:
|
||||||
GUI.RotateBox.setEnabled(False)
|
GUI.RotateBox.setEnabled(False)
|
||||||
|
GUI.RotateBox.setChecked(False)
|
||||||
else:
|
else:
|
||||||
GUI.RotateBox.setEnabled(True)
|
GUI.RotateBox.setEnabled(True)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user