mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-18 12:46:32 +01:00
Use non-deprecated Gtk::Widget::hide API in gtk2_ardour
This commit is contained in:
parent
24bc99a9d8
commit
cf161c2da2
9 changed files with 15 additions and 15 deletions
|
|
@ -112,7 +112,7 @@ void
|
|||
LuaScriptManager::session_going_away ()
|
||||
{
|
||||
ArdourWindow::session_going_away ();
|
||||
hide_all();
|
||||
hide();
|
||||
}
|
||||
|
||||
void
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue