ecere/gui/Stacker: Patched previous commit to work for controls added to Stacker...
[sdk] / ecere / src / gui / controls / Stacker.ec
index 449e030..8d798c8 100644 (file)
@@ -269,6 +269,7 @@ private:
 
    bool OnPostCreate()
    {
+      UpdateControls();
       OnResize(clientSize.w, clientSize.h);
 
       if(direction == vertical)