*******
small fix the view menu context was not being set properly causing the invoke of clipping border and border zoom to be skipped
This commit is contained in:
Michael Fox
2009-02-03 09:34:42 +00:00
parent 4509994673
commit 54690ca46a

View File

@@ -624,7 +624,9 @@ static void view3d_viewmenu(bContext *C, uiMenuItem *head, void *arg_unused)
uiMenuLevel(head, "Align View", view3d_view_alignviewmenu);
uiMenuSeparator(head);
uiMenuContext(head, WM_OP_INVOKE_REGION_WIN);
uiMenuItemO(head, "VIEW3D_OT_clipping", ICON_BLANK1);
uiMenuItemO(head, "VIEW3D_OT_border_zoom", ICON_BLANK1);