Post #3705: One option is to disable use frame in the popup menu on the pie menu, it separat
π Metadata
- Author: Motiomancer
- Date: 2020-12-11 01:34:57
- Type:
answer - Quality Score: 8/10
- Reply to: post_03704
- Replies (2): post_03706, post_03716
π·οΈ Tags
popup-dialog pie-menu customization intermediate solved
βοΈ Related PME Features
- Pie Menu Editor
- Popup Dialog Editor
- Python Scripting
π¬ 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