Skip to content

Commit

Permalink
Merge pull request #3828 from ronso0/sort-in-missinghidden
Browse files Browse the repository at this point in the history
Library: enable sorting in Hidden and Missing
  • Loading branch information
daschuer authored May 6, 2021
2 parents ef54dd1 + edd7eab commit 56bbacf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/library/dlghidden.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ DlgHidden::DlgHidden(
pConfig,
pLibrary->trackCollections(),
parent->getTrackTableBackgroundColorOpacity(),
false)) {
true)) {
setupUi(this);
m_pTrackTableView->installEventFilter(pKeyboard);

Expand Down
2 changes: 1 addition & 1 deletion src/library/dlgmissing.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ DlgMissing::DlgMissing(
pConfig,
pLibrary->trackCollections(),
parent->getTrackTableBackgroundColorOpacity(),
false)) {
true)) {
setupUi(this);
m_pTrackTableView->installEventFilter(pKeyboard);

Expand Down

0 comments on commit 56bbacf

Please sign in to comment.