summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_routes.h
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2017-06-17 17:13:06 +0200
committerRobin Gareus <robin@gareus.org>2017-06-17 18:29:19 +0200
commitea1669aa00d0d55219531f22b747b994440977fd (patch)
tree9b2c60c7939b1ef3fcc7b9a60ef006257720dfd5 /gtk2_ardour/editor_routes.h
parentcfe63b7b15a3c90be450f7f218fc5c89b1f19c6e (diff)
Remove delayed selection which causes duplicate selection actifacts.
The first click to select a new stripable may actually un-select strip. counting and ignoring this leads to strange behavior. Also when the selection_counter hit zero, VCAs were not ignored. whatever this workaround was good for, it's more trouble than it's worth. As side-effect this also improves DnD + Gtk::Entry behavior with stock GTK.
Diffstat (limited to 'gtk2_ardour/editor_routes.h')
-rw-r--r--gtk2_ardour/editor_routes.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/gtk2_ardour/editor_routes.h b/gtk2_ardour/editor_routes.h
index 320b9b9064..b1f925d009 100644
--- a/gtk2_ardour/editor_routes.h
+++ b/gtk2_ardour/editor_routes.h
@@ -171,7 +171,6 @@ private:
Gtk::Menu* _menu;
Gtk::Widget* old_focus;
- uint32_t selection_countdown;
Gtk::CellEditable* name_editable;
bool key_press (GdkEventKey* ev);