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:
parent
aed439ab4f
commit
1c21f34e21
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue