mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-02-02 03:20:06 +00:00
Restored previous behaviour of Label::focusGained() to just show editor on tab focus change
This commit is contained in:
parent
3f914b667e
commit
94fb4a20e3
1 changed files with 1 additions and 2 deletions
|
|
@ -374,8 +374,7 @@ void Label::focusGained (FocusChangeType cause)
|
|||
{
|
||||
if (editSingleClick
|
||||
&& isEnabled()
|
||||
&& (cause == focusChangedByTabKey
|
||||
|| (cause == focusChangedDirectly && ! isCurrentlyModal())))
|
||||
&& cause == focusChangedByTabKey)
|
||||
{
|
||||
showEditor();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue