HotCocoa / hotcocoa

MacRuby HotCocoa UI library
120 stars 8 forks source link

Fix on_double_action #22

Closed imanel closed 13 years ago

imanel commented 13 years ago

Fix on_double_action - when used together with on_action it was throwing errors. This commit fixes that behaviour.

To reproduce: Create table_view, add on_action and on_double_action. It will raise errors on click. After this patch problem disappears.

ferrous26 commented 13 years ago

Bug and fix confirmed. Thanks for the patch!