1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-15 00:24:19 +00:00
JUCE/modules/juce_gui_basics/misc
attila ced221df4a 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-18 18:41:14 +02:00
..
juce_BubbleComponent.cpp Updated all license headers 2020-06-29 08:30:22 +01:00
juce_BubbleComponent.h Accessibility: Added VoiceOver (macOS) and Narrator (Windows) accessibility screen reader support to juce_gui_basics 2021-05-10 10:53:14 +01:00
juce_DropShadower.cpp DropShadower: Fix bug when setOwner() is called with a component without a parent 2022-05-18 18:41:14 +02:00
juce_DropShadower.h Add FocusOutline class for indicating Component keyboard focus 2022-01-20 15:46:53 +00:00
juce_FocusOutline.cpp Add FocusOutline class for indicating Component keyboard focus 2022-01-20 15:46:53 +00:00
juce_FocusOutline.h Add FocusOutline class for indicating Component keyboard focus 2022-01-20 15:46:53 +00:00
juce_JUCESplashScreen.cpp Update the JUCE logo 2021-08-23 11:00:36 +01:00
juce_JUCESplashScreen.h Accessibility: Make createAccessibilityHandler() private in Component subclasses 2021-09-07 11:23:17 +01:00