summaryrefslogtreecommitdiff
path: root/libs/gtkmm2ext/pixfader.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2012-12-13 13:44:11 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2012-12-13 13:44:11 +0000
commit341cbfbd19dd9e885020c6fe1120fbcc497d621e (patch)
tree3e8233aa9ce5860ea487b890c3bd470fb7a3f956 /libs/gtkmm2ext/pixfader.cc
parent17439ac72cbbfe70256d99c3380aa31a2eb7bd35 (diff)
reinstate the windows way for GUIIdle's but limit the scope of the connection to just the time when a long-running action is active (for now, just adding > 8 routes)
git-svn-id: svn://localhost/ardour2/branches/3.0@13654 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs/gtkmm2ext/pixfader.cc')
-rw-r--r--libs/gtkmm2ext/pixfader.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/libs/gtkmm2ext/pixfader.cc b/libs/gtkmm2ext/pixfader.cc
index 6099671fd2..c9a89e8791 100644
--- a/libs/gtkmm2ext/pixfader.cc
+++ b/libs/gtkmm2ext/pixfader.cc
@@ -318,6 +318,8 @@ PixFader::on_button_release_event (GdkEventButton* ev)
/* no motion - just a click */
+ cerr << "no motion click\n";
+
if (ev->state & Keyboard::TertiaryModifier) {
adjustment.set_value (default_value);
} else if (ev->state & Keyboard::GainFineScaleModifier) {