Fix T76285: Missing 'Toggle X-Ray' operator description

Author: @Alaska

Differential Revision: https://developer.blender.org/D7591
This commit is contained in:
Aaron Carlisle
2020-05-11 17:01:22 -04:00
parent a692418bc2
commit 542ff416e2

View File

@@ -5372,6 +5372,7 @@ void VIEW3D_OT_toggle_xray(wmOperatorType *ot)
/* identifiers */
ot->name = "Toggle X-Ray";
ot->idname = "VIEW3D_OT_toggle_xray";
ot->description = "Transparent scene display. Allow selecting through items";
/* api callbacks */
ot->exec = toggle_xray_exec;