MyreMylar / pygame_gui

A GUI system for pygame.
MIT License
684 stars 78 forks source link

Add optional ids to dropdown menu items #570

Closed MyreMylar closed 5 months ago

MyreMylar commented 5 months ago

fixes #474

codecov[bot] commented 5 months ago

Codecov Report

Attention: Patch coverage is 92.10526% with 3 lines in your changes are missing coverage. Please review.

Project coverage is 96.33%. Comparing base (74416ac) to head (f16465c).

Files Patch % Lines
pygame_gui/elements/ui_drop_down_menu.py 93.33% 2 Missing :warning:
pygame_gui/elements/ui_selection_list.py 87.50% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #570 +/- ## ========================================== - Coverage 96.35% 96.33% -0.02% ========================================== Files 88 88 Lines 12989 13013 +24 ========================================== + Hits 12515 12536 +21 - Misses 474 477 +3 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.