Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pyfa-org/Pyfa
/ OnMplCanvasDrag
Method
OnMplCanvasDrag
graphs/gui/canvasPanel.py:339–340 ·
view source on GitHub ↗
(self, event)
Source
from the content-addressed store, hash-verified
337
self.unmarkX()
338
339
def
OnMplCanvasDrag(self, event):
340
self.markXApproximate(event.xdata)
341
342
def
OnMplCanvasRelease(self, event):
343
if
event.button == 1:
Callers
nothing calls this directly
Calls
1
markXApproximate
Method · 0.95
Tested by
no test coverage detected