MCPcopy Create free account
hub / github.com/MyGUI/mygui / commandRedo

Method commandRedo

Tools/LayoutEditor/UndoManager.cpp:101–107  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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 {

Callers

nothing calls this directly

Calls 1

setSelectedWidgetMethod · 0.80

Tested by

no test coverage detected