Redraw CC panel on layout
This commit is contained in:
parent
20d5d93b7e
commit
fb012c4bf8
1 changed files with 2 additions and 0 deletions
|
|
@ -707,6 +707,8 @@ void SControlsPanel::updateLayout()
|
|||
CRect containerSize = getContainerSize();
|
||||
containerSize.bottom = containerBottom;
|
||||
setContainerSize(CRect(0.0, 0.0, viewBounds.getWidth(), containerBottom + verticalPadding));
|
||||
|
||||
invalid();
|
||||
}
|
||||
|
||||
void SControlsPanel::ControlSlotListener::valueChanged(CControl* pControl)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue