From b8cf49d04a2600f83767ddda46929d4d47adc3fd Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 13 Feb 2010 21:49:19 +0000 Subject: Make preset menu work when clicking items (previously only worked when pressing enter for mysterious crazy nonsensical reasons). git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@2441 a436a847-0d15-0410-975c-d299462d15a1 --- src/gui/NodeMenu.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/gui/NodeMenu.hpp') diff --git a/src/gui/NodeMenu.hpp b/src/gui/NodeMenu.hpp index 7d2be982..1698e597 100644 --- a/src/gui/NodeMenu.hpp +++ b/src/gui/NodeMenu.hpp @@ -54,6 +54,7 @@ protected: void on_menu_embed_gui(); void on_menu_randomize(); void on_preset_activated(const std::string uri); + bool on_preset_clicked(const std::string uri, GdkEventButton* ev); Gtk::MenuItem* _controls_menuitem; Gtk::MenuItem* _popup_gui_menuitem; -- cgit v1.2.1