diff --git a/modules/juce_gui_basics/layout/juce_FlexBox.h b/modules/juce_gui_basics/layout/juce_FlexBox.h index 8c840c53dd..6ca40b9ba4 100644 --- a/modules/juce_gui_basics/layout/juce_FlexBox.h +++ b/modules/juce_gui_basics/layout/juce_FlexBox.h @@ -33,7 +33,8 @@ namespace juce To use this class, set its parameters appropriately (you can search online for more help on exactly how the FlexBox protocol works!), then add your sub-items - to the items array, and call performLayout(). + to the items array, and call performLayout() in the resized() function of your + Component. @see FlexItem */