Revert "Prevent visibility notification been called twice in object creation"
This reverts commit 826108efec
.
This caused a regression (#18614), and potentially other unintended regressions.
This commit is contained in:
parent
f640639867
commit
e09170dffa
|
@ -263,7 +263,6 @@ bool CanvasItem::is_visible_in_tree() const {
|
|||
|
||||
void CanvasItem::_propagate_visibility_changed(bool p_visible) {
|
||||
|
||||
if (!first_draw)
|
||||
notification(NOTIFICATION_VISIBILITY_CHANGED);
|
||||
|
||||
if (p_visible)
|
||||
|
|
Loading…
Reference in New Issue