MCPcopy Create free account
hub / github.com/LibreSprite/LibreSprite / notifyToolLoopModifiersChange

Method notifyToolLoopModifiersChange

src/app/ui/editor/drawing_state.cpp:103–107  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

101}
102
103void DrawingState::notifyToolLoopModifiersChange(Editor* editor)
104{
105 if (!m_toolLoopManager->isCanceled())
106 m_toolLoopManager->notifyToolLoopModifiersChange();
107}
108
109bool DrawingState::onMouseDown(Editor* editor, MouseMessage* msg)
110{

Callers 1

Calls 1

isCanceledMethod · 0.45

Tested by

no test coverage detected