Merge pull request #43131 from groud/fix_global_pos_set_as_toplevel

Fixes setting top_level not updating the global position
This commit is contained in:
Rémi Verschelde 2020-10-27 15:20:41 +01:00 committed by GitHub
commit 67f64ef4fe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -686,6 +686,8 @@ void CanvasItem::set_as_top_level(bool p_top_level) {
_exit_canvas();
top_level = p_top_level;
_enter_canvas();
_notify_transform();
}
bool CanvasItem::is_set_as_top_level() const {