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

Method commandResetRedo

MyGUIEngine/src/MyGUI_EditBox.cpp:2274–2277  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2272 }
2273
2274 void EditBox::commandResetRedo()
2275 {
2276 mVectorRedoChangeInfo.clear();
2277 }
2278
2279 void EditBox::commandResetHistory()
2280 {

Callers

nothing calls this directly

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected