Browse Source

Made ComboBox::addItemsToMenu virtual

tags/2021-05-28
jules 10 years ago
parent
commit
ccdd0aa94f
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      modules/juce_gui_basics/widgets/juce_ComboBox.h

+ 1
- 1
modules/juce_gui_basics/widgets/juce_ComboBox.h View File

@@ -264,7 +264,7 @@ public:
virtual void showPopup();
/** Adds the items in this ComboBox to the given menu. */
void addItemsToMenu (PopupMenu&) const;
virtual void addItemsToMenu (PopupMenu&) const;
//==============================================================================
/**


Loading…
Cancel
Save