1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00
This commit is contained in:
jules 2007-07-24 09:40:46 +00:00
parent f09113af53
commit 3c386160cd

View file

@ -620,7 +620,7 @@ bool Button::keyStateChanged (Component*)
bool Button::keyPressed (const KeyPress&, Component*)
{
// return true to avoid forwarding events for keys that we're using as shortcuts
// returning true will avoid forwarding events for keys that we're using as shortcuts
return isShortcutPressed();
}