mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-21 01:24:21 +00:00
Fixed typo in linux code.
This commit is contained in:
parent
a0adefc86e
commit
55922e91da
2 changed files with 2 additions and 4 deletions
|
|
@ -2312,8 +2312,7 @@ private:
|
|||
XChangeProperty (display, wndH, XA_XdndAware, XA_ATOM, 32, PropModeReplace,
|
||||
(const unsigned char*) &dndVersion, 1);
|
||||
|
||||
if ((windowStyleFlags & windowHasDropShadow) != 0
|
||||
&& Desktop::canUseSemiTransparentWindows())
|
||||
if ((styleFlags & windowHasDropShadow) != 0 && Desktop::canUseSemiTransparentWindows())
|
||||
{
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue