thomthom / SKUI

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

Don't allow multiple property to be set for dropdown lists. #64

Closed thomthom closed 10 years ago

thomthom commented 10 years ago

The multiple property should not be possible to set for dropdown lists.

This will require developers to first set the size of the listbox before allowing it to be a multi-select list.