From fb012c4bf8e60da3f85cc53f6770a969496a8aaa Mon Sep 17 00:00:00 2001 From: Jean Pierre Cimalando Date: Wed, 3 Feb 2021 14:42:24 +0100 Subject: [PATCH] Redraw CC panel on layout --- editor/src/editor/GUIComponents.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/editor/src/editor/GUIComponents.cpp b/editor/src/editor/GUIComponents.cpp index 157b6b49..3f126dcb 100644 --- a/editor/src/editor/GUIComponents.cpp +++ b/editor/src/editor/GUIComponents.cpp @@ -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)