Image space, view menu: Fix access uninitialized variable
Seems to be a copy-paste mistake in 7a2b203, causing menu to be
almost empty.
This commit is contained in:
@@ -81,7 +81,7 @@ class IMAGE_MT_view(Menu):
|
||||
|
||||
layout.prop(sima, "show_region_toolbar")
|
||||
layout.prop(sima, "show_region_ui")
|
||||
layout.prop(view, "show_region_tool_header")
|
||||
layout.prop(sima, "show_region_tool_header")
|
||||
layout.prop(sima, "show_region_hud")
|
||||
|
||||
layout.separator()
|
||||
|
||||
Reference in New Issue
Block a user