diff --git a/modules/juce_gui_basics/widgets/juce_ListBox.h b/modules/juce_gui_basics/widgets/juce_ListBox.h index 3ff9865f36..3a2e567829 100644 --- a/modules/juce_gui_basics/widgets/juce_ListBox.h +++ b/modules/juce_gui_basics/widgets/juce_ListBox.h @@ -418,7 +418,7 @@ public: /** Finds the row component for a given row in the list. - The component returned will have been created using createRowComponent(). + The component returned will have been created using ListBoxModel::refreshComponentForRow(). If the component for this row is off-screen or if the row is out-of-range, this will return nullptr.