fix syntax
This commit is contained in:
parent
52bc162b10
commit
38ba434bfe
@ -111,7 +111,7 @@ class attributeManager():
|
||||
try:
|
||||
attribute = self.getAttributeByXY( cursorPos['x'], cursorPos['y'])
|
||||
|
||||
if self.isDefaultAttribute(attribute):
|
||||
if self.isDefaultAttribute(attribute):
|
||||
return False
|
||||
if update:
|
||||
self.setLastCursorAttribute(attribute)
|
||||
|
@ -101,7 +101,7 @@ class fenrirManager():
|
||||
if self.controlMode and not self.switchCtrlModeOnce == 1 or\
|
||||
not self.controlMode:
|
||||
isControlMode = self.handleControlMode(event['Data'])
|
||||
|
||||
|
||||
isCommand = False
|
||||
if self.controlMode and not self.switchCtrlModeOnce == 1 or\
|
||||
not self.controlMode and self.switchCtrlModeOnce == 1:
|
||||
|
Loading…
Reference in New Issue
Block a user