Get rid of custom tooltip for pushdown button

This commit is contained in:
Joshua Leung 2014-05-05 15:10:35 +12:00
parent a351ff7264
commit aad0907644
1 changed files with 1 additions and 2 deletions

View File

@ -3938,8 +3938,7 @@ void ANIM_channel_draw_widgets(bContext *C, bAnimContext *ac, bAnimListElem *ale
offset += UI_UNIT_X;
but = uiDefIconButO(block, BUT, "NLA_OT_action_pushdown", WM_OP_INVOKE_DEFAULT, ICON_NLA_PUSHDOWN,
(int)v2d->cur.xmax - offset, ymid, UI_UNIT_X, UI_UNIT_X,
"Push action on to the top of the NLA stack as a new NLA Strip");
(int)v2d->cur.xmax - offset, ymid, UI_UNIT_X, UI_UNIT_X, NULL);
opptr_b = uiButGetOperatorPtrRNA(but);
RNA_int_set(opptr_b, "channel_index", channel_index);