summaryrefslogtreecommitdiffstats
path: root/src/library/dlganalysis.cpp
diff options
context:
space:
mode:
authorronso0 <ronso0@mixxx.org>2020-03-25 14:30:18 +0100
committerronso0 <ronso0@mixxx.org>2020-03-25 14:30:18 +0100
commitffe1df0a2ffba1b22056aae8bf0df868aae679a7 (patch)
tree77c53686a610859b67a0563ce39b87ed1baff43c /src/library/dlganalysis.cpp
parent041222c0aa2243565302d1af35fe53efa18214f2 (diff)
fix WLibrary->getActiveView()->hasFocus() for AutoDJ, Recording, Analysis, Hidden & Missing
Diffstat (limited to 'src/library/dlganalysis.cpp')
-rw-r--r--src/library/dlganalysis.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/library/dlganalysis.cpp b/src/library/dlganalysis.cpp
index 1a9796d4e1..a379b221ef 100644
--- a/src/library/dlganalysis.cpp
+++ b/src/library/dlganalysis.cpp
@@ -97,7 +97,7 @@ void DlgAnalysis::onShow() {
}
bool DlgAnalysis::hasFocus() const {
- return QWidget::hasFocus();
+ return m_pAnalysisLibraryTableView->hasFocus();
}
void DlgAnalysis::onSearch(const QString& text) {