summaryrefslogtreecommitdiff
path: root/gtk2_ardour
diff options
context:
space:
mode:
Diffstat (limited to 'gtk2_ardour')
-rw-r--r--gtk2_ardour/editor_regions.cc4
-rw-r--r--gtk2_ardour/editor_routes.cc4
-rw-r--r--gtk2_ardour/editor_sources.cc4
3 files changed, 0 insertions, 12 deletions
diff --git a/gtk2_ardour/editor_regions.cc b/gtk2_ardour/editor_regions.cc
index 3574c14453..d204330948 100644
--- a/gtk2_ardour/editor_regions.cc
+++ b/gtk2_ardour/editor_regions.cc
@@ -336,10 +336,6 @@ EditorRegions::enter_notify (GdkEventCrossing*)
return true;
}
- /* arm counter so that ::selection_filter() will deny selecting anything for the
- next two attempts to change selection status.
- */
- _scroller.grab_focus ();
Keyboard::magic_widget_grab_focus ();
return false;
}
diff --git a/gtk2_ardour/editor_routes.cc b/gtk2_ardour/editor_routes.cc
index 85cb372072..a763d90021 100644
--- a/gtk2_ardour/editor_routes.cc
+++ b/gtk2_ardour/editor_routes.cc
@@ -366,10 +366,6 @@ EditorRoutes::enter_notify (GdkEventCrossing*)
return true;
}
- /* arm counter so that ::selection_filter() will deny selecting anything for the
- * next two attempts to change selection status.
- */
- _scroller.grab_focus ();
Keyboard::magic_widget_grab_focus ();
return false;
}
diff --git a/gtk2_ardour/editor_sources.cc b/gtk2_ardour/editor_sources.cc
index 2021ec52ce..ee8e84458e 100644
--- a/gtk2_ardour/editor_sources.cc
+++ b/gtk2_ardour/editor_sources.cc
@@ -260,10 +260,6 @@ EditorSources::enter_notify (GdkEventCrossing*)
return true;
}
- /* arm counter so that ::selection_filter() will deny selecting anything for the
- next two attempts to change selection status.
- */
- _scroller.grab_focus ();
Keyboard::magic_widget_grab_focus ();
return false;
}