Skip to content
Snippets Groups Projects
Commit ba81fb70 authored by Campbell Barton's avatar Campbell Barton
Browse files

NDOF: enable orbit sensitivity menuitem outside 3d view

The color picker uses.
parent 4e3f2703
Branches
Tags
No related merge requests found
......@@ -953,8 +953,7 @@ class USERPREF_MT_ndof_settings(Menu):
is_view3d = context.space_data.type == 'VIEW_3D'
layout.prop(input_prefs, "ndof_sensitivity")
if is_view3d:
layout.prop(input_prefs, "ndof_orbit_sensitivity")
layout.prop(input_prefs, "ndof_orbit_sensitivity")
if is_view3d:
layout.separator()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment