sojamo / controlp5

A gui library for processing.org
GNU Lesser General Public License v2.1
490 stars 142 forks source link

Fix to Issue #40 #41

Open jmorrow1 opened 8 years ago

jmorrow1 commented 8 years ago

Modified DropdownList.onRelease(). Added check if index is in range before using it to index DropdownList's list of items.