mirror of
https://github.com/ciromattia/kcc
synced 2026-01-27 23:47:41 +00:00
Small tweak of NoSplit option
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user