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
SwingObjectWidget: guard versus empty choices list
The choices list might be non-null but empty. We guard against this in
various other places, but the test here was missing. So let's add it.
Hopefully this addresses the bug of empty choice dropdowns!
0 commit comments