| 622 | } |
| 623 | |
| 624 | void WorkspaceControl::updateCaption() |
| 625 | { |
| 626 | if (getActivate()) |
| 627 | { |
| 628 | int scale = (int)(getScale() * (double)100); |
| 629 | addUserTag("CurrentScale", MyGUI::utility::toString(scale)); |
| 630 | |
| 631 | CommandManager::getInstance().executeCommand("Command_UpdateAppCaption"); |
| 632 | } |
| 633 | } |
| 634 | |
| 635 | void WorkspaceControl::updateMenu() |
| 636 | { |
nothing calls this directly
no test coverage detected