* Simple fix for bug #5347, edit mode undo didn't redraw the 3D View header

This commit is contained in:
2006-12-06 06:47:59 +00:00
parent 943aeaa443
commit c1bd38f55b

View File

@@ -244,7 +244,7 @@ void undo_editmode_step(int step)
}
DAG_object_flush_update(G.scene, G.obedit, OB_RECALC_DATA);
allqueue(REDRAWVIEW3D, 0);
allqueue(REDRAWVIEW3D, 1);
allqueue(REDRAWBUTSEDIT, 0);
allqueue(REDRAWIMAGE, 0);
}