Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Ebb <matt@mke3.net>2009-11-05 13:02:29 +0300
committerMatt Ebb <matt@mke3.net>2009-11-05 13:02:29 +0300
commit751f07d6d486b6388d4eeb78ee0fb672c95739ed (patch)
tree575502dd7142ae822a3df4564ac793c5e014c8ec /source/blender/editors/space_view3d/view3d_header.c
parent48bc52ea1b0f3ce021395591dbc89756c7a4e1ed (diff)
Fix for error in previous fix - oops ( [#19818] )
Diffstat (limited to 'source/blender/editors/space_view3d/view3d_header.c')
-rw-r--r--source/blender/editors/space_view3d/view3d_header.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/space_view3d/view3d_header.c b/source/blender/editors/space_view3d/view3d_header.c
index 82ea2442845..d37c81904cf 100644
--- a/source/blender/editors/space_view3d/view3d_header.c
+++ b/source/blender/editors/space_view3d/view3d_header.c
@@ -1778,7 +1778,7 @@ static void do_view3d_header_buttons(bContext *C, void *arg, int event)
WM_operator_properties_free(&props_ptr);
break;
case B_AROUND:
- WM_event_add_notifier(C, NC_SPACE|ND_SPACE_VIEW3D, obedit->data);
+ WM_event_add_notifier(C, NC_SPACE|ND_SPACE_VIEW3D, 0);
// XXX handle_view3d_around(); /* copies to other 3d windows */
break;