Skip to content
Snippets Groups Projects
Commit 59c0ec4b authored by Ton Roosendaal's avatar Ton Roosendaal
Browse files

Last minute fix #2

Undo on SHIFT+backspace in edit of 3d Text object, caused text editing
to stop working normal. (only added text in beginning)
parent c58ef8fa
Branches
Tags
No related merge requests found
......@@ -699,7 +699,7 @@ static void undoFont_to_editFont(void *strv)
strncpy(textbuf, str+2, MAXTEXT);
cu->pos= *((short *)str);
cu->len= strlen(textbuf);
text_to_curve(G.obedit, 0);
makeDispList(G.obedit);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment