Wrong argument type for zoom operator.

This commit is contained in:
2009-12-08 01:56:01 +00:00
parent d653b0c961
commit 4ea3e14ebf

View File

@@ -293,8 +293,8 @@ class VIEW3D_MT_view_navigation(bpy.types.Menu):
layout.separator()
layout.operator("view3d.zoom", text="Zoom In").delta = 1.0
layout.operator("view3d.zoom", text="Zoom Out").delta = -1.0
layout.operator("view3d.zoom", text="Zoom In").delta = 1
layout.operator("view3d.zoom", text="Zoom Out").delta = -1
layout.separator()