| 584 | } |
| 585 | |
| 586 | void WorkspaceControl::onMouseButtonReleased(const MyGUI::IntPoint& _point) |
| 587 | { |
| 588 | UndoManager::getInstance().dropLastProperty(); |
| 589 | |
| 590 | if (WidgetCreatorManager::getInstance().getCreateMode()) |
| 591 | WidgetCreatorManager::getInstance().finishNewWidget(_point); |
| 592 | } |
| 593 | |
| 594 | void WorkspaceControl::onMouseDrag(const MyGUI::IntPoint& _point) |
| 595 | { |
nothing calls this directly
no test coverage detected