|
@@ -185,7 +185,6 @@ class CanvasObject(QObject): |
|
|
|
|
|
|
|
|
@pyqtSlot() |
|
|
@pyqtSlot() |
|
|
def AnimationDestroy(self): |
|
|
def AnimationDestroy(self): |
|
|
print("AnimationDestroy") |
|
|
|
|
|
animation = self.sender() |
|
|
animation = self.sender() |
|
|
if animation: |
|
|
if animation: |
|
|
item = animation.item() |
|
|
item = animation.item() |
|
|