mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 14:54:56 +01:00
gtkmm: use set_can_focus() instead of deprecated Gtk::Widget::set_flags(CAN_FOCUS)
This commit is contained in:
parent
4c3c433700
commit
7f649efd42
32 changed files with 49 additions and 49 deletions
|
|
@ -195,8 +195,8 @@ AutomationTimeAxisView::AutomationTimeAxisView (
|
|||
auto_dropdown.set_name ("route button");
|
||||
hide_button.set_name ("route button");
|
||||
|
||||
auto_dropdown.unset_flags (Gtk::CAN_FOCUS);
|
||||
hide_button.unset_flags (Gtk::CAN_FOCUS);
|
||||
auto_dropdown.set_can_focus (false);
|
||||
hide_button.set_can_focus (false);
|
||||
|
||||
controls_table.set_no_show_all();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue