mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 23:35:03 +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
|
|
@ -143,7 +143,7 @@ PersistentTooltip::show ()
|
|||
|
||||
set_tip (_tip);
|
||||
|
||||
if (!_window->is_visible ()) {
|
||||
if (!_window->get_visible ()) {
|
||||
int rx, ry;
|
||||
int sw = gdk_screen_width ();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue