Fix T101510: Incorrect context for running data unlink from template ID

There was already a fix for this, but it got broken again with c973d333da.
This commit is contained in:
2022-10-03 18:13:57 +02:00
parent d20be55c1a
commit 13b3c408e3
2 changed files with 8 additions and 1 deletions

View File

@@ -1393,6 +1393,7 @@ void UI_but_extra_icon_string_info_get(struct bContext *C, uiButExtraOpIcon *ext
* - AutoButR: RNA property button with type automatically defined.
*/
enum {
UI_ID_NOP = 0,
UI_ID_RENAME = 1 << 0,
UI_ID_BROWSE = 1 << 1,
UI_ID_ADD_NEW = 1 << 2,