1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-20 01:14:20 +00:00

Fixed a typo in the last commit

This commit is contained in:
jules 2016-01-07 11:00:44 +00:00
parent 622add3dc9
commit 135a1b65de

View file

@ -248,7 +248,7 @@ public:
setAlwaysOnTop (true);
setLookAndFeel (parent != nullptr ? &(parent->getLookAndFeel())
: menu.lookAndFeel);
: menu.lookAndFeel.get());
setOpaque (getLookAndFeel().findColour (PopupMenu::backgroundColourId).isOpaque()
|| ! Desktop::canUseSemiTransparentWindows());