pointInputChanged now goes through importDidMove

This commit is contained in:
David Vierra 2015-10-14 13:31:32 -10:00
parent db44717935
commit 8f47d676b4

View File

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