diff --git a/source/blender/src/buttons_editing.c b/source/blender/src/buttons_editing.c index dbf7e76d5f6..b586302053b 100644 --- a/source/blender/src/buttons_editing.c +++ b/source/blender/src/buttons_editing.c @@ -6645,7 +6645,7 @@ void editing_panels() editing_panel_links(ob); editing_panel_curve_type(ob, cu); editing_panel_modifiers(ob); -// editing_panel_shapes(ob); +// editing_panel_shapes(ob); /* there are some backend things that are not ready for this yet */ if(G.obedit) { editing_panel_curve_tools(ob, cu); editing_panel_curve_tools1(ob, cu); diff --git a/source/blender/src/buttons_object.c b/source/blender/src/buttons_object.c index c86d5193a5a..841a55d7ae1 100644 --- a/source/blender/src/buttons_object.c +++ b/source/blender/src/buttons_object.c @@ -1847,6 +1847,7 @@ void do_constraintbuts(unsigned short event) case B_CONSTRAINT_TEST: allqueue(REDRAWVIEW3D, 0); allqueue(REDRAWBUTSOBJECT, 0); + allqueue(REDRAWBUTSEDIT, 0); break; // no handling case B_CONSTRAINT_INF: /* influence; do not execute actions for 1 dag_flush */