From 5dc10feeac54babf68bf1154f0c31e63569735ae Mon Sep 17 00:00:00 2001 From: Noah Dayan Date: Mon, 11 Dec 2017 09:25:00 +0000 Subject: [PATCH] Added doc clarification in juce_FlexBox.h --- modules/juce_gui_basics/layout/juce_FlexBox.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 */