| 4230 | } |
| 4231 | |
| 4232 | void |
| 4233 | LayoutViewBase::cancel () |
| 4234 | { |
| 4235 | // cancel all drags and pending edit operations such as move operations. |
| 4236 | cancel_edits (); |
| 4237 | // and clear the selection |
| 4238 | clear_selection (); |
| 4239 | } |
| 4240 | |
| 4241 | void |
| 4242 | LayoutViewBase::cancel_esc () |
no test coverage detected