Fix T46375: Inverted scroll in node template menus

This commit is contained in:
Campbell Barton 2015-10-05 22:22:03 +11:00 committed by Sergey Sharybin
parent 1a37144ecd
commit c647685538
1 changed files with 1 additions and 1 deletions

View File

@ -524,7 +524,7 @@ static void ui_template_node_link_menu(bContext *C, uiLayout *layout, void *but_
bNodeSocket *sock = arg->sock;
bNodeTreeType *ntreetype = arg->ntree->typeinfo;
UI_block_flag_enable(block, UI_BLOCK_NO_FLIP);
UI_block_flag_enable(block, UI_BLOCK_NO_FLIP | UI_BLOCK_IS_FLIP);
UI_block_layout_set_current(block, layout);
split = uiLayoutSplit(layout, 0.0f, false);