ComboBox Fix

This commit is contained in:
Igor Timofeev 2018-05-12 23:26:32 +03:00
parent 656bb3341b
commit 3e25521cc9

View File

@ -1339,6 +1339,7 @@ local function dropDownMenuItemEventHandler(mainContainer, object, event)
os.sleep(0.2)
end
object.pressed = false
mainContainer.selectedItem = object:indexOf()
end