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:
parent
3ebbee5859
commit
6678046167
1 changed files with 1 additions and 0 deletions
|
|
@ -1287,6 +1287,7 @@ public:
|
|||
{
|
||||
setAlwaysOnTop (true);
|
||||
setAllowedPlacement (owner.getLookAndFeel().getSliderPopupPlacement (s));
|
||||
setLookAndFeel (&s.getLookAndFeel());
|
||||
}
|
||||
|
||||
void paintContent (Graphics& g, int w, int h)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue