mirror of
https://github.com/godotengine/godot.git
synced 2024-12-03 09:52:18 +08:00
Merge pull request #74068 from the-sink/guide_redraw
Redraw 2D viewport when guides are cleared
This commit is contained in:
commit
faf0be741a
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user