MCPcopy Create free account
hub / github.com/bhowiebkr/PyFlowGraph / mouseReleaseEvent

Method mouseReleaseEvent

src/core/node_graph.py:710–713  ·  view source on GitHub ↗
(self, event)

Source from the content-addressed store, hash-verified

708 super().mouseMoveEvent(event)
709
710 def mouseReleaseEvent(self, event):
711 if self._drag_connection:
712 self.end_drag_connection(event.scenePos())
713 super().mouseReleaseEvent(event)
714
715 def selectionChanged(self):
716 """Override QGraphicsScene.selectionChanged to handle group resize handle updates"""

Callers

nothing calls this directly

Calls 1

end_drag_connectionMethod · 0.95

Tested by

no test coverage detected