mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 23:05:04 +01:00
move kbd focus reset method into ARDOUR_UI where it (probably) belongs
This commit is contained in:
parent
755010f254
commit
07bb5ff347
5 changed files with 54 additions and 52 deletions
|
|
@ -325,8 +325,6 @@ class PublicEditor : public Gtkmm2ext::Tabbable {
|
|||
Glib::RefPtr<Gtk::ActionGroup> editor_menu_actions;
|
||||
Glib::RefPtr<Gtk::ActionGroup> _region_actions;
|
||||
|
||||
virtual void reset_focus (Gtk::Widget*) = 0;
|
||||
|
||||
virtual bool canvas_scroll_event (GdkEventScroll* event, bool from_canvas) = 0;
|
||||
virtual bool canvas_control_point_event (GdkEvent* event, ArdourCanvas::Item*, ControlPoint*) = 0;
|
||||
virtual bool canvas_line_event (GdkEvent* event, ArdourCanvas::Item*, AutomationLine*) = 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue