summaryrefslogtreecommitdiffstats
path: root/src/gui/NodeMenu.hpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2010-02-13 21:49:19 +0000
committerDavid Robillard <d@drobilla.net>2010-02-13 21:49:19 +0000
commitb8cf49d04a2600f83767ddda46929d4d47adc3fd (patch)
treedfffc8f67bff91f82da254013634119ab8c2ec78 /src/gui/NodeMenu.hpp
parent4750fff78baec94cb230b023ed29a7c4461c8544 (diff)
downloadingen-b8cf49d04a2600f83767ddda46929d4d47adc3fd.tar.gz
ingen-b8cf49d04a2600f83767ddda46929d4d47adc3fd.tar.bz2
ingen-b8cf49d04a2600f83767ddda46929d4d47adc3fd.zip
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
Diffstat (limited to 'src/gui/NodeMenu.hpp')
-rw-r--r--src/gui/NodeMenu.hpp1
1 files changed, 1 insertions, 0 deletions
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;