| 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 | { |
nothing calls this directly
no test coverage detected