Fix T68557: Incorrect property reported in error

Error spotted by @gbayliss
This commit is contained in:
Campbell Barton
2019-08-13 03:45:29 +10:00
parent b5f5f6e319
commit ef5bf8d67e

View File

@@ -90,7 +90,7 @@ static void rna_gizmo_target_set_prop(wmGizmo *gz,
RPT_ERROR,
"Property '%s.%s' not found",
RNA_struct_identifier(ptr->type),
target_propname);
propname);
return;
}