- Object buttons, Hooks panel, clear offset didn't redraw correct

- Particle panel was drawing in wrong size
This commit is contained in:
2005-07-11 19:31:15 +00:00
parent 03c255ac1d
commit 01daf04ea6
3 changed files with 64 additions and 61 deletions

View File

@@ -655,7 +655,7 @@ void add_hook(void)
allqueue(REDRAWVIEW3D, 0);
allqueue(REDRAWBUTSOBJECT, 0);
DAG_scene_sort(G.scene);
BIF_undo_push("Add hook");
}