| 633 | } |
| 634 | |
| 635 | void WorkspaceControl::updateMenu() |
| 636 | { |
| 637 | int scale = (int)(getScale() * (double)100); |
| 638 | CommandManager::getInstance().executeCommand(MyGUI::utility::toString("Command_OnChangeScale.", scale)); |
| 639 | } |
| 640 | |
| 641 | void WorkspaceControl::notifyFrameStart(float _time) |
| 642 | { |
nothing calls this directly
no test coverage detected