Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MyGUI/mygui
/ commandResetHistory
Method
commandResetHistory
MyGUIEngine/src/MyGUI_EditBox.cpp:2279–2283 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2277
}
2278
2279
void EditBox::commandResetHistory()
2280
{
2281
mVectorRedoChangeInfo.clear();
2282
mVectorUndoChangeInfo.clear();
2283
}
2284
2285
void EditBox::setTextShadowColour(const Colour& _value)
2286
{
Callers
nothing calls this directly
Calls
1
clear
Method · 0.45
Tested by
no test coverage detected