1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00

Made the Slider's popup display inherit from its parent's lookandfeel.

This commit is contained in:
jules 2014-10-06 11:03:25 +01:00
parent 3ebbee5859
commit 6678046167

View file

@ -1287,6 +1287,7 @@ public:
{
setAlwaysOnTop (true);
setAllowedPlacement (owner.getLookAndFeel().getSliderPopupPlacement (s));
setLookAndFeel (&s.getLookAndFeel());
}
void paintContent (Graphics& g, int w, int h)