summaryrefslogtreecommitdiffstats
path: root/src/dlgautodj.cpp
diff options
context:
space:
mode:
authorJean Claveau <jean.claveau@c277.fr>2014-08-16 18:02:14 +0200
committerJean Claveau <jean.claveau@c277.fr>2014-08-16 18:02:14 +0200
commitf69ec2bfa6874f5124bca6527c6b6357744064c3 (patch)
tree668488ecde9a016a1143461ff23fce0b52249e03 /src/dlgautodj.cpp
parent060bad7e9f5143dff75a1c3ee4c925f382d97c90 (diff)
reset xfader to 0 when disabling autodj
Diffstat (limited to 'src/dlgautodj.cpp')
-rw-r--r--src/dlgautodj.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/dlgautodj.cpp b/src/dlgautodj.cpp
index cd251fece6..f1c91bacb3 100644
--- a/src/dlgautodj.cpp
+++ b/src/dlgautodj.cpp
@@ -349,6 +349,7 @@ void DlgAutoDJ::toggleAutoDJButton(bool enable) {
m_pCOPlayPos2->disconnect(this);
m_pCOPlay1->disconnect(this);
m_pCOPlay2->disconnect(this);
+ m_pCOCrossfader->set(0);
}
}