Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MyGUI/mygui
/ _correctView
Method
_correctView
MyGUIEngine/src/MyGUI_PolygonalSkin.cpp:108–114 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
106
}
107
108
void PolygonalSkin::_correctView()
109
{
110
mGeometryOutdated = true;
111
112
if (nullptr != mNode)
113
mNode->outOfDate(mRenderItem);
114
}
115
116
void PolygonalSkin::_setAlign(const IntSize& _oldsize)
117
{
Callers
nothing calls this directly
Calls
1
outOfDate
Method · 0.45
Tested by
no test coverage detected