Fix #127302: Grease pencil "close" operator causes crash

This commit is contained in:
Hans Goudey
2024-09-08 12:02:48 -04:00
parent 48231f5094
commit 75c17761dd

View File

@@ -880,6 +880,7 @@ static int grease_pencil_cyclical_set_exec(bContext *C, wmOperator *op)
}
}
info.drawing.tag_topology_changed();
changed = true;
});