Fix workspace tool name property

The fallback tool was used as the tool name.

Regression in a8ce9a143a
This commit is contained in:
Campbell Barton 2021-01-17 18:14:56 +11:00
parent 6fb7d0f559
commit 66a87fc9f4
1 changed files with 0 additions and 1 deletions

View File

@ -272,7 +272,6 @@ static void rna_def_workspace_tool(BlenderRNA *brna)
prop = RNA_def_property(srna, "idname_fallback", PROP_STRING, PROP_NONE);
RNA_def_property_ui_text(prop, "Identifier Fallback", "");
RNA_def_struct_name_property(srna, prop);
prop = RNA_def_property(srna, "index", PROP_INT, PROP_NONE);
RNA_def_property_clear_flag(prop, PROP_EDITABLE);