gtkmm: use get_mapped instead of deprecated Gtk::Widget::is_mapped()

This commit is contained in:
Mads Kiilerich 2022-01-26 21:17:53 +01:00 committed by Robin Gareus
parent 539ef331d1
commit d52c727ec5
No known key found for this signature in database
GPG key ID: A090BCE02CF57F04
19 changed files with 33 additions and 33 deletions

View file

@ -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;
}