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

Method updateView

Tools/EditorFramework/PropertyPanelControl.cpp:100–105  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

98 }
99
100 void PropertyPanelControl::updateView()
101 {
102 mScrollView->setCanvasSize((std::numeric_limits<int>::max)() / 2, (std::numeric_limits<int>::max)() / 2);
103 mScrollView->setCanvasSize(2, mContentHeight);
104 mScrollView->setCanvasSize(mScrollView->getViewCoord().width, mContentHeight);
105 }
106
107 void PropertyPanelControl::notifyChangeCoord(MyGUI::Widget* _sender)
108 {

Callers

nothing calls this directly

Calls 2

setCanvasSizeMethod · 0.80
getViewCoordMethod · 0.80

Tested by

no test coverage detected