1
0
Fork 0
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:
jules 2017-09-05 15:05:56 +01:00
parent 95e02b1b26
commit 32fe9e81ce

View file

@ -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();