Home
last modified time | relevance | path

Searched refs:newKeySource (Results 1 – 2 of 2) sorted by relevance

/dports/audio/carla/Carla-2.4.1/source/modules/juce_gui_basics/buttons/
H A Djuce_Button.cpp511 auto* newKeySource = shortcuts.isEmpty() ? nullptr : getTopLevelComponent(); in parentHierarchyChanged() local
513 if (newKeySource != keySource.get()) in parentHierarchyChanged()
518 keySource = newKeySource; in parentHierarchyChanged()
/dports/devel/juce/JUCE-f37e9a1/modules/juce_gui_basics/buttons/
H A Djuce_Button.cpp511 auto* newKeySource = shortcuts.isEmpty() ? nullptr : getTopLevelComponent(); in parentHierarchyChanged() local
513 if (newKeySource != keySource.get()) in parentHierarchyChanged()
518 keySource = newKeySource; in parentHierarchyChanged()