1
0
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:
Paweł Jastrzębski
2013-07-04 15:05:16 +02:00
parent fdfe5fbe39
commit 7a0b387c1c

View File

@@ -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)