Fix T42289: 'Make single user' not registered in history

This commit is contained in:
Sergey Sharybin 2014-11-04 18:52:38 +05:00
parent a59fab461c
commit 4a0ff5cb2d
Notes: blender-bot 2023-02-14 09:55:27 +01:00
Referenced by issue #42289, 'Make single user' not registered in history
1 changed files with 1 additions and 0 deletions

View File

@ -479,6 +479,7 @@ static void template_ID(bContext *C, uiLayout *layout, TemplateID *template, Str
but = uiDefBut(block, BUT, 0, numstr, 0, 0, UI_UNIT_X + ((id->us < 10) ? 0 : 10), UI_UNIT_Y,
NULL, 0, 0, 0, 0,
TIP_("Display number of users of this data (click to make a single-user copy)"));
but->flag |= UI_BUT_UNDO;
uiButSetNFunc(but, template_id_cb, MEM_dupallocN(template), SET_INT_IN_POINTER(UI_ID_ALONE));
if (/* test only */