1
0
Fork 0
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:
attila 2022-06-20 11:23:53 +02:00
parent 3acc71f7df
commit 6c24b32bcd
2 changed files with 85 additions and 28 deletions

View file

@ -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)
};