| 491 | } |
| 492 | |
| 493 | void |
| 494 | Editables::repeat_selection (Editable::SelectionMode mode) |
| 495 | { |
| 496 | if (m_last_selected_point.is_point ()) { |
| 497 | select (m_last_selected_point, mode); |
| 498 | } |
| 499 | } |
| 500 | |
| 501 | bool |
| 502 | Editables::begin_move (const db::DPoint &p, lay::angle_constraint_type ac) |
no test coverage detected