Skip to content

Commit

Permalink
enable sorting in Hidden and Missing
Browse files Browse the repository at this point in the history
  • Loading branch information
ronso0 committed May 6, 2021
1 parent 082f82b commit edd7eab
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 edd7eab

Please sign in to comment.