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

Method _correctView

MyGUIEngine/src/MyGUI_TileRect.cpp:47–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45 }
46
47 void TileRect::_correctView()
48 {
49 if (nullptr != mNode)
50 mNode->outOfDate(mRenderItem);
51 }
52
53 void TileRect::_setAlign(const IntSize& _oldsize)
54 {

Callers

nothing calls this directly

Calls 1

outOfDateMethod · 0.45

Tested by

no test coverage detected