Always cache parent visibility in CanvasItem
This commit is contained in:
parent
220953b625
commit
fd6a743823
|
@ -350,9 +350,7 @@ void CanvasItem::update_draw_order() {
|
|||
}
|
||||
|
||||
void CanvasItem::_window_visibility_changed() {
|
||||
if (visible) {
|
||||
_propagate_visibility_changed(window->is_visible());
|
||||
}
|
||||
}
|
||||
|
||||
void CanvasItem::queue_redraw() {
|
||||
|
|
Loading…
Reference in New Issue