summaryrefslogtreecommitdiff
path: root/gtk2_ardour/keyeditor.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2009-07-21 03:23:57 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2009-07-21 03:23:57 +0000
commit20342cf2644fee7b04d6cfdc4fc686897837a01b (patch)
treecde2cbeb36402a003148c21aa92c1b27c5a418b5 /gtk2_ardour/keyeditor.cc
parent769e2c3feb2ce30056bfb8ec6eb7ec6a1d4324c6 (diff)
first part of fixing up send/return metering ; make send-controlling faders work ; fixes from 2.X for key editor and untranslatable string; use standard name for surfaces lib version in wiimote wscript
git-svn-id: svn://localhost/ardour2/branches/3.0@5400 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/keyeditor.cc')
-rw-r--r--gtk2_ardour/keyeditor.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/keyeditor.cc b/gtk2_ardour/keyeditor.cc
index 742fc7fb69..4a7d861297 100644
--- a/gtk2_ardour/keyeditor.cc
+++ b/gtk2_ardour/keyeditor.cc
@@ -172,7 +172,7 @@ KeyEditor::on_key_release_event (GdkEventKey* ev)
bool result = AccelMap::change_entry (path,
ev->keyval,
- (ModifierType) ev->state,
+ ModifierType (Keyboard::RelevantModifierKeyMask & ev->state),
true);
if (result) {