mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
restore monitor section visibility, broken after the merged with tabbed
This commit is contained in:
parent
67c4d45aac
commit
e5ca1711bc
3 changed files with 6 additions and 5 deletions
|
|
@ -437,7 +437,8 @@ Mixer_UI::add_strips (RouteList& routes)
|
|||
strip->signal_button_release_event().connect (sigc::bind (sigc::mem_fun(*this, &Mixer_UI::strip_button_release_event), strip));
|
||||
}
|
||||
|
||||
} catch (...) {
|
||||
} catch (const std::exception& e) {
|
||||
error << string_compose (_("Error adding GUI elements for new tracks/busses %1"), e.what()) << endmsg;
|
||||
}
|
||||
|
||||
no_track_list_redisplay = false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue