1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-14 00:14:18 +00:00
JUCE/modules/juce_gui_basics/misc
attila 338c045719 DropShadower: Fix bug when setOwner() is called with a component without a parent
Until now when a Component without a parent was passed to setOwner() the
ParentVisibilityChangedListener would not install any hooks to any
components, hence it would not be notified, when the owner was added
to a parent.
2022-05-19 12:06:33 +02:00
..
juce_BubbleComponent.cpp Update licensing banners to JUCE 7 2022-05-16 17:55:48 +01:00
juce_BubbleComponent.h Update licensing banners to JUCE 7 2022-05-16 17:55:48 +01:00
juce_DropShadower.cpp DropShadower: Fix bug when setOwner() is called with a component without a parent 2022-05-19 12:06:33 +02:00
juce_DropShadower.h Update licensing banners to JUCE 7 2022-05-16 17:55:48 +01:00
juce_FocusOutline.cpp Update licensing banners to JUCE 7 2022-05-16 17:55:48 +01:00
juce_FocusOutline.h Update licensing banners to JUCE 7 2022-05-16 17:55:48 +01:00
juce_JUCESplashScreen.cpp Update licensing banners to JUCE 7 2022-05-16 17:55:48 +01:00
juce_JUCESplashScreen.h Update licensing banners to JUCE 7 2022-05-16 17:55:48 +01:00