ppizarror / pygame-menu

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

Fix adding a frame before all columns are started #437

Closed bluefish2020 closed 1 year ago

bluefish2020 commented 1 year ago

Ignoring KeyError seems to work out...

expected_2_column_menu_with_frame

bluefish2020 commented 1 year ago

Plausible fix for https://github.com/ppizarror/pygame-menu/issues/436

ppizarror commented 1 year ago

Thanks!