1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-23 15:16:17 +00:00

Fix Viewport root order after Node2D raise

This commit is contained in:
Markus Sauermann
2022-04-01 21:18:16 +02:00
parent 754552b34d
commit 022d24a9ae
6 changed files with 18 additions and 5 deletions

View File

@@ -2921,7 +2921,7 @@ void Control::_notification(int p_notification) {
queue_redraw();
if (data.RI) {
get_viewport()->_gui_set_root_order_dirty();
get_viewport()->gui_set_root_order_dirty();
}
} break;