thomthom / SKUI

Ruby wrapper of classes that maps to GUI controls in SketchUp's UI::WebDialogs
MIT License
26 stars 14 forks source link

Setting Listbox.size to < 2 should set .multiple = false #66

Closed thomthom closed 10 years ago

thomthom commented 10 years ago

When Listbox.size is set to < 2 Listbox.multiple? should reflect that the list now cannot select multiple items.