mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
gtkmm: use get_visible() instead of deprecated Gtk::Widget::is_visible()
This commit is contained in:
parent
d52c727ec5
commit
a86aa31747
29 changed files with 45 additions and 45 deletions
|
|
@ -2789,7 +2789,7 @@ ARDOUR_UI::add_route ()
|
|||
add_route_dialog->signal_response().connect (sigc::mem_fun (*this, &ARDOUR_UI::add_route_dialog_response));
|
||||
}
|
||||
|
||||
if (add_route_dialog->is_visible()) {
|
||||
if (add_route_dialog->get_visible()) {
|
||||
/* we're already doing this */
|
||||
return;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue