gtkmm: use get_visible() instead of deprecated Gtk::Widget::is_visible()

This commit is contained in:
Mads Kiilerich 2022-01-26 21:21:06 +01:00 committed by Robin Gareus
parent d52c727ec5
commit a86aa31747
No known key found for this signature in database
GPG key ID: A090BCE02CF57F04
29 changed files with 45 additions and 45 deletions

View file

@ -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;
}