Fix part of #19309: editing node vector input in a popup did

not keep it open after changing one of the buttons.
This commit is contained in:
Brecht Van Lommel 2009-09-21 20:50:11 +00:00
parent a15ba4f35d
commit aae4335b9f

@ -567,6 +567,7 @@ static uiBlock *socket_vector_menu(bContext *C, ARegion *ar, void *socket_v)
}
block= uiBeginBlock(C, ar, "socket menu", UI_EMBOSS);
uiBlockSetFlag(block, UI_BLOCK_KEEP_OPEN);
/* use this for a fake extra empy space around the buttons */
uiDefBut(block, LABEL, 0, "", -4, -4, 188, 68, NULL, 0, 0, 0, 0, "");