Button "text on curve" did not remake DAG dependencies, so editing the
curve gave no updates in text.
This commit is contained in:
Ton Roosendaal 2005-09-12 14:48:00 +00:00
parent dd0cc4d1d2
commit 17c28a8f93

@ -1430,6 +1430,7 @@ void do_fontbuts(unsigned short event)
cu->textoncurve= 0;
allqueue(REDRAWBUTSEDIT, 0);
}
DAG_scene_sort(G.scene); // makes new dag
DAG_object_flush_update(G.scene, ob, OB_RECALC_DATA);
allqueue(REDRAWVIEW3D, 0);
}