1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-02-02 03:20:06 +00:00

Fix typo in juce_Button.h

This commit is contained in:
Noah Dayan 2018-01-17 11:53:49 +00:00
parent aed439ab4f
commit 1c21f34e21

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