📋 Metadata
- Author: Motiomancer
- Date: 2020-12-11 01:34:57
- Type:
answer - Reply to: post_03704
- Replies (2): post_03706, post_03716
💬 Content
One option is to disable use frame in the popup menu on the pie menu, it separates each by the specific row but there is no overall frame.

The other option is a lot more cumbersome but it gives each popup menu a frame:
In the popup dialog that you’re using as container for the other popups you have to add the menus differently
go to the icon next to custom

Press draw popup dialog

Add the specific popup menu

you are gonna get draw_menu("Your menu")
you have to add in the brackets, frame=True: draw_menu("Your menu", frame=True)
and you should get the framed menus
❤️ 2 likes
image558×586 37.8 KB
image583×547 36.6 KB
image718×152 11.8 KB