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
|
|
@ -848,7 +848,7 @@ AudioClock::set (timepos_t const & w, bool force, timecnt_t const & offset)
|
|||
{
|
||||
timepos_t when (w);
|
||||
|
||||
if ((!force && !is_visible()) || !_session) {
|
||||
if ((!force && !get_visible()) || !_session) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue