| 99 | } |
| 100 | |
| 101 | void UndoManager::commandRedo(const MyGUI::UString& _commandName, bool& _result) |
| 102 | { |
| 103 | redo(); |
| 104 | WidgetSelectorManager::getInstance().setSelectedWidget(nullptr); |
| 105 | |
| 106 | _result = true; |
| 107 | } |
| 108 | |
| 109 | void UndoManager::setUnsaved(bool _value) |
| 110 | { |
nothing calls this directly
no test coverage detected