Accidentally added commented line when testing smoothview fix.

This commit is contained in:
Campbell Barton
2013-01-17 08:07:09 +00:00
parent 5f35d91ab5
commit d9855243d2

View File

@@ -348,7 +348,7 @@ static int view3d_smoothview_invoke(bContext *C, wmOperator *UNUSED(op), wmEvent
/* note: this doesn't work right because the v3d->lens is now used in ortho mode r51636,
* when switching camera in quad-view the other ortho views would zoom & reset. */
#if 1
#if 0
WM_event_add_notifier(C, NC_SPACE | ND_SPACE_VIEW3D, v3d);
#else
ED_region_tag_redraw(CTX_wm_region(C));