mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-28 09:27:39 +01:00
gtkmm: use get_mapped instead of deprecated Gtk::Widget::is_mapped()
This commit is contained in:
parent
539ef331d1
commit
d52c727ec5
19 changed files with 33 additions and 33 deletions
|
|
@ -115,7 +115,7 @@ SendUI::update ()
|
|||
void
|
||||
SendUI::fast_update ()
|
||||
{
|
||||
if (!is_mapped ()) {
|
||||
if (!get_mapped ()) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue