mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-09 23:34:20 +00:00
drop shadow fix
This commit is contained in:
parent
641d6fc8c2
commit
056a096c18
1 changed files with 1 additions and 0 deletions
|
|
@ -225,6 +225,7 @@ void TopLevelWindow::setDropShadowEnabled (const bool useShadow)
|
|||
|
||||
if (isOnDesktop())
|
||||
{
|
||||
deleteAndZero (shadower);
|
||||
Component::addToDesktop (getDesktopWindowStyleFlags());
|
||||
}
|
||||
else
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue