mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 08:36:32 +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
|
|
@ -5968,7 +5968,7 @@ Editor::quantize_regions (const RegionSelection& rs)
|
|||
quantize_dialog = new QuantizeDialog (*this);
|
||||
}
|
||||
|
||||
if (quantize_dialog->is_mapped()) {
|
||||
if (quantize_dialog->get_mapped()) {
|
||||
/* in progress already */
|
||||
return;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue