We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b8a491 commit 3ac59f5Copy full SHA for 3ac59f5
NodeGraphQt/qgraphics/node_backdrop.py
@@ -152,7 +152,7 @@ def mousePressEvent(self, event):
152
153
def mouseReleaseEvent(self, event):
154
super(BackdropNodeItem, self).mouseReleaseEvent(event)
155
- self.setFlag(self.ItemIsMovable, True)
+ self.setFlag(QtWidgets.QGraphicsItem.ItemIsMovable, True)
156
[n.setSelected(True) for n in self._nodes]
157
self._nodes = [self]
158
0 commit comments