mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-06 13:45:43 +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
|
|
@ -916,7 +916,7 @@ PluginSelector::plugin_menu()
|
|||
void
|
||||
PluginSelector::build_plugin_menu ()
|
||||
{
|
||||
if (is_visible ()) {
|
||||
if (get_visible ()) {
|
||||
_need_menu_rebuild = true;
|
||||
return;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue