Fix T49997: don't flip texture users menu in texture properties.

This commit is contained in:
Brecht Van Lommel 2016-11-13 02:27:45 +01:00
parent 43703fa4bf
commit cc8132b0c8
Notes: blender-bot 2023-02-14 07:39:44 +01:00
Referenced by issue #49997, Texture tab (Properties panel) dropdown list shows erratic behavior
1 changed files with 2 additions and 0 deletions

View File

@ -587,6 +587,8 @@ static void template_texture_user_menu(bContext *C, uiLayout *layout, void *UNUS
last_category = user->category;
}
UI_block_flag_enable(block, UI_BLOCK_NO_FLIP);
}
void uiTemplateTextureUser(uiLayout *layout, bContext *C)