From 2da57cc984a0804530fbc705c6c2077b1f30d6f2 Mon Sep 17 00:00:00 2001 From: casey langen Date: Sat, 14 Jul 2018 16:09:22 -0700 Subject: [PATCH] Revert "A bit more bold experimentation." This reverts commit 84b2ff554488c15f46aa8e6283f218ac03b136a3. --- src/musikcube/app/layout/NowPlayingLayout.cpp | 1 - src/musikcube/app/window/CategoryListView.cpp | 1 - src/musikcube/app/window/TrackListView.cpp | 1 - 3 files changed, 3 deletions(-) diff --git a/src/musikcube/app/layout/NowPlayingLayout.cpp b/src/musikcube/app/layout/NowPlayingLayout.cpp index 4b91507b1..a17b2f361 100755 --- a/src/musikcube/app/layout/NowPlayingLayout.cpp +++ b/src/musikcube/app/layout/NowPlayingLayout.cpp @@ -111,7 +111,6 @@ int64_t NowPlayingLayout::RowDecorator(musik::core::TrackPtr track, size_t index else { attrs = COLOR_PAIR(CURSESPP_SELECTED_LIST_ITEM); } - attrs |= A_BOLD; } } diff --git a/src/musikcube/app/window/CategoryListView.cpp b/src/musikcube/app/window/CategoryListView.cpp index c488c6156..6043eb68a 100755 --- a/src/musikcube/app/window/CategoryListView.cpp +++ b/src/musikcube/app/window/CategoryListView.cpp @@ -295,7 +295,6 @@ IScrollAdapter::EntryPtr CategoryListView::Adapter::GetEntry(cursespp::Scrollabl else { attrs = COLOR_PAIR(CURSESPP_SELECTED_LIST_ITEM); } - attrs |= A_BOLD; } value = text::Ellipsize(value, this->GetWidth()); diff --git a/src/musikcube/app/window/TrackListView.cpp b/src/musikcube/app/window/TrackListView.cpp index 03dfe74d2..f7a56cb99 100755 --- a/src/musikcube/app/window/TrackListView.cpp +++ b/src/musikcube/app/window/TrackListView.cpp @@ -458,7 +458,6 @@ IScrollAdapter::EntryPtr TrackListView::Adapter::GetEntry(cursespp::ScrollableWi else { attrs = COLOR_PAIR(CURSESPP_SELECTED_LIST_ITEM); } - attrs |= A_BOLD; } }