1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-05 12:10:55 +00:00

Redraw 2d viewport when guides are cleared

This commit is contained in:
the-sink
2023-02-27 09:03:56 -08:00
parent 8208060c21
commit 0c051f41b1

View File

@@ -4558,6 +4558,7 @@ void CanvasItemEditor::_popup_callback(int p_op) {
}
undo_redo->add_undo_method(viewport, "queue_redraw");
undo_redo->commit_action();
viewport->queue_redraw();
}
} break;