pointInputChanged now goes through importDidMove
This commit is contained in:
parent
db44717935
commit
8f47d676b4
@ -138,7 +138,7 @@ class MoveTool(EditorTool):
|
||||
|
||||
def pointInputChanged(self, value):
|
||||
if value is not None:
|
||||
self.currentImport.basePosition = value
|
||||
self.importDidMove(value, self.currentImport.basePosition)
|
||||
|
||||
# --- Pending imports ---
|
||||
|
||||
|
Reference in New Issue
Block a user