1
0
Fork 0
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:
Julian Storer 2010-03-08 15:48:43 +00:00
parent a0adefc86e
commit 55922e91da
2 changed files with 2 additions and 4 deletions

View file

@ -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())
{
}