mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-02-07 04:10:08 +00:00
Tidied up some DynamicLibrary stuff and fixed a drop-shadow problem on mac.
This commit is contained in:
parent
94a0bf1af1
commit
b1a77fa391
27 changed files with 504 additions and 548 deletions
|
|
@ -106,6 +106,7 @@ int ResizableWindow::getDesktopWindowStyleFlags() const
|
|||
void ResizableWindow::addToDesktop()
|
||||
{
|
||||
Component::addToDesktop (ResizableWindow::getDesktopWindowStyleFlags());
|
||||
setDropShadowEnabled (isDropShadowEnabled()); // force an update to clear away any fake shadows if necessary.
|
||||
}
|
||||
|
||||
//==============================================================================
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue