added missing DAG call to image_aspect.

This commit is contained in:
Toni Alatalo 2005-09-28 15:01:40 +00:00
parent d91d4fd41f
commit 9a8ab66a1d

@ -4502,6 +4502,7 @@ void image_aspect(void)
else ob->size[1]= ob->size[0]*y/x;
done= 1;
DAG_object_flush_update(G.scene, ob, OB_RECALC_OB);
}
}
if(done) break;