**System Information**
Operating system: Windows-10-10.0.17763-SP0 64 Bits
Graphics card: Intel(R) UHD Graphics 600 Intel 4.5.0 - Build 26.20.100.7262
**Blender Version**
Broken: version: 2.83 (sub 2), branch: master (modified), commit date: 2020-01-30 16:18, hash: `rBfd959bf658c3`
Worked: (optional)
**Short description of error**
The ability to switch the gizmos on/off is only working in the 3D View, everywhere else it'll throw an error, even though there are gizmos in that region.
**Exact steps for others to reproduce the error**
Note the short cut key for toggle show_gizmo:
{F8323217}
Execute the operator in any other region/area that 3D View.
Gif(3d view, sequencer preview, render):
{F8323223}
The ability to switch off the gizmos is much needed ex. when doing multicam:
{F8323221}
The error:
```
Error: Traceback (most recent call last):
File "C:\Users\user\Documents\build_windows_x64_vc16_Release\bin\Release\2.83\scripts\startup\bl_operators\wm.py", line 349, in execute
if context_path_validate(base, data_path) is Ellipsis:
File "C:\Users\user\Documents\build_windows_x64_vc16_Release\bin\Release\2.83\scripts\startup\bl_operators\wm.py", line 84, in context_path_validate
value = eval("context.%s" % data_path) if data_path else Ellipsis
File "<string>", line 1, in <module>
AttributeError: 'SpaceSequenceEditor' object has no attribute 'show_gizmo'
```