Skip to content

Commit

Permalink
update colour dropdown column num (wip)
Browse files Browse the repository at this point in the history
  • Loading branch information
vsicurella committed Jul 14, 2024
1 parent c04bf47 commit 1c752af
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Source/components/ColourDropdownSelector.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ void ColourDropdownSelector::setColourOptions(const juce::Array<juce::Colour> &c
{
addItem(c.toDisplayString(false), id++);
}

findIdealComboBoxNumColumns(this, getNumItems());
}

void ColourDropdownSelector::setShowDropdown(bool show)
Expand Down

0 comments on commit 1c752af

Please sign in to comment.