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