This website works better with JavaScript.
Home
Help
Sign In
DISTRHO
/
JUCE
mirror of
https://github.com/DISTRHO/JUCE
Watch
1
Star
0
Fork
0
Code
Releases
1
Activity
Browse Source
drop shadow fix
tags/2021-05-28
jules
18 years ago
parent
641d6fc8c2
commit
056a096c18
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
src/juce_appframework/gui/components/windows/juce_TopLevelWindow.cpp
+ 1
- 0
src/juce_appframework/gui/components/windows/juce_TopLevelWindow.cpp
View File
@@ -225,6 +225,7 @@ void TopLevelWindow::setDropShadowEnabled (const bool useShadow)
if (isOnDesktop())
{
deleteAndZero (shadower);
Component::addToDesktop (getDesktopWindowStyleFlags());
}
else
Write
Preview
Loading…
Cancel
Save