mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-02-03 03:30:06 +00:00
Removed the need for the window to be focused for the slider's hover popup to work
This commit is contained in:
parent
95e02b1b26
commit
32fe9e81ce
1 changed files with 1 additions and 1 deletions
|
|
@ -953,7 +953,7 @@ public:
|
|||
&& style != TwoValueHorizontal
|
||||
&& style != TwoValueVertical)
|
||||
{
|
||||
if (owner.isMouseOver (true) && owner.getTopLevelComponent()->hasKeyboardFocus (true))
|
||||
if (owner.isMouseOver (true))
|
||||
{
|
||||
if (popupDisplay == nullptr)
|
||||
showPopupDisplay();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue