mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 00:34:59 +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
|
|
@ -1368,7 +1368,7 @@ Mixer_UI::stop_updating ()
|
|||
void
|
||||
Mixer_UI::fast_update_strips ()
|
||||
{
|
||||
if (_content.is_mapped () && _session) {
|
||||
if (_content.get_mapped () && _session) {
|
||||
for (list<MixerStrip *>::iterator i = strips.begin(); i != strips.end(); ++i) {
|
||||
(*i)->fast_update ();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue