Browse Source

Fix typo in juce_Button.h

tags/2021-05-28
Noah Dayan 7 years ago
parent
commit
1c21f34e21
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      modules/juce_gui_basics/buttons/juce_Button.h

+ 1
- 1
modules/juce_gui_basics/buttons/juce_Button.h View File

@@ -401,7 +401,7 @@ protected:
//==============================================================================
/** This method is called when the button has been clicked.
Subclasses can override this to perform whatever they actions they need to do.
Subclasses can override this to perform whatever actions they need to do.
In general, you wouldn't use this method to receive clicks, but should get your callbacks
by attaching a std::function to the onClick callback, or adding a Button::Listener.
@see triggerClick, onClick


Loading…
Cancel
Save