mirror of
https://github.com/godotengine/godot.git
synced 2026-02-24 22:36:38 +03:00
Fix TabContainer accessibility sub-element cleanup.
This commit is contained in:
@@ -84,6 +84,7 @@ bool TabContainer::_property_get_revert(const StringName &p_name, Variant &r_pro
|
||||
|
||||
void TabContainer::_notification(int p_what) {
|
||||
switch (p_what) {
|
||||
case NOTIFICATION_EXIT_TREE:
|
||||
case NOTIFICATION_ACCESSIBILITY_INVALIDATE: {
|
||||
tab_panels.clear();
|
||||
} break;
|
||||
|
||||
Reference in New Issue
Block a user