summaryrefslogtreecommitdiff
path: root/gtk2_ardour/piano_roll_header.cc
diff options
context:
space:
mode:
authorBen Loftis <ben@harrisonconsoles.com>2015-05-18 16:12:32 -0500
committerBen Loftis <ben@harrisonconsoles.com>2015-05-18 16:12:32 -0500
commitd02d8e6ebc28c9f4ed3a8358c27a33a1e0a388c9 (patch)
tree3fd26bcc1704201476add264e896e521e826fdb6 /gtk2_ardour/piano_roll_header.cc
parent03248249c8de749c42d54cf23e0c18e76412d6f6 (diff)
temporarily remove buggy MouseRange-on-Piano-Roll event handlers
Diffstat (limited to 'gtk2_ardour/piano_roll_header.cc')
-rw-r--r--gtk2_ardour/piano_roll_header.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk2_ardour/piano_roll_header.cc b/gtk2_ardour/piano_roll_header.cc
index 8a67ec7501..54cc802601 100644
--- a/gtk2_ardour/piano_roll_header.cc
+++ b/gtk2_ardour/piano_roll_header.cc
@@ -467,7 +467,7 @@ PianoRollHeader::on_motion_notify_event (GdkEventMotion* ev)
int note = _view.y_to_note(ev->y);
- if (editor().current_mouse_mode() == Editing::MouseRange) {
+ if ( false /*editor().current_mouse_mode() == Editing::MouseRange*/ ) { //ToDo: fix this. this mode is buggy, and of questionable utility anyway
/* select note range */
@@ -544,7 +544,7 @@ PianoRollHeader::on_button_release_event (GdkEventButton* ev)
{
int note = _view.y_to_note(ev->y);
- if (editor().current_mouse_mode() == Editing::MouseRange) {
+ if (false /*editor().current_mouse_mode() == Editing::MouseRange*/ ) { //Todo: this mode is buggy, and of questionable utility anyway
if (Keyboard::no_modifiers_active (ev->state)) {
AddNoteSelection (note); // EMIT SIGNAL