restore monitor section visibility, broken after the merged with tabbed

This commit is contained in:
Paul Davis 2016-02-25 11:53:59 -05:00
parent 67c4d45aac
commit e5ca1711bc
3 changed files with 6 additions and 5 deletions

View file

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