Closed anxuae closed 1 year ago
Hello, @anxuae. I've added recursive
parameter to the resize
method in #454. Let me know if that solves your issue.
Hi @ppizarror
Thanks a lot for the quick fix, it's working perfectly! pygame-menu is really a wonderfull project 😃
Super. I'll merge and upload to PyPI right now. Greetings!!
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?