forked from bartvdbraak/blender
2.5
On 2nd thought: added back undopushes on every button use. Operator re-use works with it now!
This commit is contained in:
parent
3d70e21c17
commit
785bf413f3
@ -358,8 +358,8 @@ static void ui_apply_but_funcs_after(bContext *C)
|
||||
if(after.rename_orig)
|
||||
MEM_freeN(after.rename_orig);
|
||||
|
||||
// if(after.undostr[0])
|
||||
// ED_undo_push(C, after.undostr);
|
||||
if(after.undostr[0])
|
||||
ED_undo_push(C, after.undostr);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user