MCPcopy Create free account
hub / github.com/Image-Py/imagepy / mouse_up

Method mouse_up

imagepy/tools/Transform/scale_tol.py:32–33  ·  view source on GitHub ↗
(self, ips, x, y, btn, **key)

Source from the content-addressed store, hash-verified

30 print(self.moving)
31
32 def mouse_up(self, ips, x, y, btn, **key):
33 if self.moving : self.plg.preview(ips, self.para)
34
35 def mouse_move(self, ips, x, y, btn, **key):
36 lim = 5.0/key['canvas'].get_scale()

Callers

nothing calls this directly

Calls 1

previewMethod · 0.45

Tested by

no test coverage detected