We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6cbedec commit e48ea5cCopy full SHA for e48ea5c
pygame_menu/widgets/widget/dropselect.py
@@ -845,6 +845,7 @@ def _render(self) -> Optional[bool]:
845
846
self._rect.width, self._rect.height = self._surface.get_size()
847
self.force_menu_surface_update()
848
+ return True
849
850
def get_index(self) -> int:
851
"""
pygame_menu/widgets/widget/menubar.py
@@ -482,6 +482,7 @@ def _render(self) -> Optional[bool]:
482
(self._backbox_rect.centerx, self._backbox_rect.bottom - 5),
483
(self._backbox_rect.left + 5, self._backbox_rect.centery)
484
)
485
486
487
def set_title(self, title: Any, offsetx: NumberType = 0, offsety: NumberType = 0) -> 'MenuBar':
488
0 commit comments