![]() |
|
#2
|
|||
|
|||
Hi Jerry,
To make the menu stay unhidden, use the following command: Code:
menu.setAutoHide(False) Code:
import vizmenu vizmenu.MENU_FONT_SIZE = 32 menu = vizmenu.add() |
|
|