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
Notes: blender-bot 2023-02-14 11:07:28 +01:00
Referenced by issue #68557, rna_gizmo_target_set_prop reports incorrect propname
1 changed files with 1 additions and 1 deletions

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;
}