ppizarror / pygame-menu

A menu for pygame. Simple, and easy to use
https://pygame-menu.readthedocs.io/
Other
555 stars 141 forks source link

Resize all submenus #453

Closed anxuae closed 1 year ago

anxuae commented 1 year ago

Environment information

Describe the bug When resizing menu using menu.resize(width, height), submenu are not resized.

Expected behavior Is there any easy method to pass new size to all submenus?

ppizarror commented 1 year ago

Hello, @anxuae. I've added recursive parameter to the resize method in #454. Let me know if that solves your issue.

anxuae commented 1 year ago

Hi @ppizarror

Thanks a lot for the quick fix, it's working perfectly! pygame-menu is really a wonderfull project 😃

ppizarror commented 1 year ago

Super. I'll merge and upload to PyPI right now. Greetings!!