📋 Metadata
- Author: roaoao
- Date: 2019-06-15 09:19:34
- Type:
answer - Reply to: post_02427
💬 Content
My bad. You need to save/restore the layout:
lh.save(); row = lh.row(); row.scale_x = 0.5; row.scale_y = 0.5; draw_menu("My Popup Dialog"); lh.restore()
Will add some easier way to scale the popup in the next version.
❤️ 1 likes