MCPcopy Create free account
hub / github.com/RomanKubiak/ctrlr / mouseUp

Method mouseUp

Source/UIComponents/CtrlrPanel/CtrlrPanelCanvas.cpp:265–269  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

263}
264
265void CtrlrPanelCanvas::mouseUp (const MouseEvent& e)
266{
267 lassoComponent.endLasso();
268 getPanel().getUndoManager()->endTransaction();
269}
270
271void CtrlrPanelCanvas::editMenuCopy(const MouseEvent *e)
272{

Callers

nothing calls this directly

Calls 3

endLassoMethod · 0.80
endTransactionMethod · 0.80
getUndoManagerMethod · 0.45

Tested by

no test coverage detected