13
0
Fork 0

LT: use verbose text for the track size header

This commit is contained in:
Ben Loftis 2024-05-02 15:20:47 -05:00
parent f320428dd8
commit 355647d6e3
1 changed files with 1 additions and 1 deletions

View File

@ -4221,7 +4221,7 @@ Editor::build_track_count_menu ()
{
using namespace Menu_Helpers;
if (!Profile->get_mixbus()) {
if (!Profile->get_mixbus() && !Profile->get_livetrax()) {
visible_tracks_selector.AddMenuElem (MenuElem (X_("1"), sigc::bind (sigc::mem_fun(*this, &Editor::set_visible_track_count), 1)));
visible_tracks_selector.AddMenuElem (MenuElem (X_("2"), sigc::bind (sigc::mem_fun(*this, &Editor::set_visible_track_count), 2)));
visible_tracks_selector.AddMenuElem (MenuElem (X_("3"), sigc::bind (sigc::mem_fun(*this, &Editor::set_visible_track_count), 3)));