From 724418f33afc62006c31f6ed8c175849b0400dba Mon Sep 17 00:00:00 2001 From: Matt Ebb Date: Wed, 17 Mar 2010 00:05:40 +0000 Subject: Fix [#21114] Graphical cursor displayed in wrong position when switching to local ortho. --- release/scripts/ui/space_view3d.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'release/scripts') diff --git a/release/scripts/ui/space_view3d.py b/release/scripts/ui/space_view3d.py index 3c0d6940da8..6311626b975 100644 --- a/release/scripts/ui/space_view3d.py +++ b/release/scripts/ui/space_view3d.py @@ -1854,7 +1854,7 @@ class VIEW3D_PT_3dview_properties(bpy.types.Panel): col.prop(view, "clip_start", text="Start") col.prop(view, "clip_end", text="End") - layout.column().prop(scene, "cursor_location", text="3D Cursor:") + layout.column().prop(view, "cursor_location") class VIEW3D_PT_3dview_name(bpy.types.Panel): -- cgit v1.2.3