You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-19 14:31:59 +00:00
Revert "Fix CanvasItem visibility propagation"
This reverts commit 642591b6a9.
This commit is contained in:
@@ -59,7 +59,7 @@ void CanvasLayer::set_visible(bool p_visible) {
|
||||
if (c->is_visible()) {
|
||||
c->_propagate_visibility_changed(p_visible);
|
||||
} else {
|
||||
c->parent_visible_in_tree = p_visible;
|
||||
c->notification(CanvasItem::NOTIFICATION_VISIBILITY_CHANGED);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user