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:
parent
622add3dc9
commit
135a1b65de
1 changed files with 1 additions and 1 deletions
|
|
@ -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());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue