You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using Toga for the first time, trying to add DetailedListBox to my window. Something shows up in the box that contains the DetailedListBox, but it just looks like a single empty list cell. on_select confirms that it's a list cell.
Describe the bug
Using Toga for the first time, trying to add
DetailedListBox
to my window. Something shows up in the box that contains theDetailedListBox
, but it just looks like a single empty list cell.on_select
confirms that it's a list cell.Steps to reproduce
Run this code:
Expected behavior
A populated listbox shows up
Screenshots
Environment
Logs
Additional context
box
, that stuff renders fineThe text was updated successfully, but these errors were encountered: