Do not emit handleBoundsChangedDone for non-changes.
This commit is contained in:
parent
1167d930ed
commit
23f71061fc
@ -170,6 +170,7 @@ class PendingImportNode(Node, QtCore.QObject):
|
||||
importMoved = QtCore.Signal(object, object)
|
||||
|
||||
def handleBoundsChangedDone(self, bounds, oldBounds):
|
||||
if bounds.origin != oldBounds.origin:
|
||||
self.importMoved.emit(bounds.origin, oldBounds.origin)
|
||||
|
||||
def setPreviewRotation(self, rots):
|
||||
|
Reference in New Issue
Block a user