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:
2019-05-23 11:40:15 +02:00
parent 11e87510ef
commit 481e13a2dd

View File

@@ -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()