summaryrefslogtreecommitdiffstats
path: root/src/library/recording
diff options
context:
space:
mode:
authorBe <be@mixxx.org>2020-04-26 14:50:30 -0500
committerGitHub <noreply@github.com>2020-04-26 14:50:30 -0500
commit46596a18b6b815ab7934fe17166495668c170861 (patch)
treec33e9822c5c656db812f4f15da2d949b6345edd8 /src/library/recording
parentc615baec715c5bd56e8b8b823f99b9bf1c183b45 (diff)
parent93d3b59b2eb1c5b862f7c6b43118dc8418eb417c (diff)
Merge pull request #2599 from ronso0/fix-activeView-hasFocus
fix library navigation & focus issues
Diffstat (limited to 'src/library/recording')
-rw-r--r--src/library/recording/dlgrecording.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/library/recording/dlgrecording.cpp b/src/library/recording/dlgrecording.cpp
index 8a6e698eeb..86acf6d293 100644
--- a/src/library/recording/dlgrecording.cpp
+++ b/src/library/recording/dlgrecording.cpp
@@ -107,7 +107,7 @@ void DlgRecording::onShow() {
}
bool DlgRecording::hasFocus() const {
- return QWidget::hasFocus();
+ return m_pTrackTableView->hasFocus();
}
void DlgRecording::refreshBrowseModel() {