| 598 | } |
| 599 | |
| 600 | void WorkspaceControl::updateSelectorEnabled() |
| 601 | { |
| 602 | mAreaSelectorControl->setEnabled(!WidgetCreatorManager::getInstance().getCreateMode() && mMoveableWidget); |
| 603 | } |
| 604 | |
| 605 | void WorkspaceControl::notifyChangeSelectorCreator(bool _visible, const MyGUI::IntCoord& _coord) |
| 606 | { |
nothing calls this directly
no test coverage detected