| 55 | } |
| 56 | |
| 57 | void |
| 58 | MoveService::deactivated () |
| 59 | { |
| 60 | EditorServiceBase::deactivated (); |
| 61 | m_shift = db::DPoint (); |
| 62 | mp_editables->clear_transient_selection (); |
| 63 | |
| 64 | if (m_dragging) { |
| 65 | // we don't just call drag_cancel() - this way avoids pending selections with the wrong coordinates |
| 66 | mp_view->edit_cancel (); |
| 67 | } |
| 68 | } |
| 69 | |
| 70 | bool |
| 71 | MoveService::configure (const std::string &name, const std::string &value) |
nothing calls this directly
no test coverage detected