mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
DropShadower: Fix temporarily missing shadows, disable timer for non-desktop windows
This commit is contained in:
parent
3acc71f7df
commit
6c24b32bcd
2 changed files with 85 additions and 28 deletions
|
|
@ -77,6 +77,9 @@ private:
|
|||
class ParentVisibilityChangedListener;
|
||||
std::unique_ptr<ParentVisibilityChangedListener> visibilityChangedListener;
|
||||
|
||||
class VirtualDesktopWatcher;
|
||||
std::unique_ptr<VirtualDesktopWatcher> virtualDesktopWatcher;
|
||||
|
||||
JUCE_DECLARE_NON_COPYABLE_WITH_LEAK_DETECTOR (DropShadower)
|
||||
JUCE_DECLARE_WEAK_REFERENCEABLE (DropShadower)
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue