Fix #110721: "show_gizmo" does not switch off all gizmos #110932

Merged
Philipp Oeser merged 1 commits from lichtwerk/blender:110721 into main 2023-08-09 08:31:22 +02:00

1 Commits

Author SHA1 Message Date
Philipp Oeser c4573686ac Fix #110721: "show_gizmo" does not switch off all gizmos
Not all gizmos were hidden when "show_gizmo" was disabled (most notably
python defined gizmos).
This was working in the 3DView and the Sequencer, but not respected in
the Clip Editor and Image/UV Editors.

Now check the flag prior to `WM_gizmomap_draw`.

Probably good for LTS.
2023-08-08 18:11:29 +02:00