canvas overhaul
This commit is contained in:
@@ -14,7 +14,7 @@ UI.DropMenuItem.defaults = {
|
||||
}
|
||||
function UI.DropMenuItem:eventHandler(event)
|
||||
if event.type == 'button_activate' then
|
||||
self.parent:hide()
|
||||
self.parent:disable()
|
||||
end
|
||||
return UI.Button.eventHandler(self, event)
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user