fix [#36073] Changing list items misses undo push
This commit is contained in:
@@ -2861,7 +2861,7 @@ static uiBut *ui_def_but(uiBlock *block, int type, int retval, const char *str,
|
||||
}
|
||||
|
||||
/* keep track of UI_interface.h */
|
||||
if (ELEM9(but->type, BLOCK, BUT, LABEL, PULLDOWN, ROUNDBOX, LISTBOX, BUTM, SCROLL, SEPR /* , FTPREVIEW */)) {}
|
||||
if (ELEM8(but->type, BLOCK, BUT, LABEL, PULLDOWN, ROUNDBOX, BUTM, SCROLL, SEPR)) {}
|
||||
else if (but->type >= SEARCH_MENU) {}
|
||||
else but->flag |= UI_BUT_UNDO;
|
||||
|
||||
|
Reference in New Issue
Block a user