Fix #107294 : Node Editor "Frame All/Selected" ignore Smooth View #107296

Merged
Philipp Oeser merged 1 commits from lichtwerk/blender:107294 into main 2023-04-25 10:30:02 +02:00
1 changed files with 1 additions and 0 deletions

View File

@ -261,6 +261,7 @@ class NODE_MT_view(Menu):
layout.separator()
layout.operator_context = 'INVOKE_REGION_WIN'
layout.operator("node.view_selected")
layout.operator("node.view_all")