summaryrefslogtreecommitdiffstats
path: root/src/widget/wpushbutton.cpp
diff options
context:
space:
mode:
authorDaniel Schürmann <daschuer@mixxx.org>2018-07-21 14:43:24 +0200
committerDaniel Schürmann <daschuer@mixxx.org>2018-07-21 14:43:24 +0200
commit1572a6a8bd3526ccb81635cd5ae847c314a1a706 (patch)
tree9afe61b17bdebdc7ffdc4ffa20fd4bc1763ea636 /src/widget/wpushbutton.cpp
parent3bc12206245e0684f8474f424f88a0fb368c9068 (diff)
fix spelling
Diffstat (limited to 'src/widget/wpushbutton.cpp')
-rw-r--r--src/widget/wpushbutton.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/widget/wpushbutton.cpp b/src/widget/wpushbutton.cpp
index 226de296df..2a41ffecf2 100644
--- a/src/widget/wpushbutton.cpp
+++ b/src/widget/wpushbutton.cpp
@@ -360,7 +360,7 @@ void WPushButton::mousePressEvent(QMouseEvent * e) {
if (rightClick) {
// This is the secondary button function always a Pushbutton
- // due the leak of visual feedback we do not allow a toggle function
+ // due the lack of visual feedback we do not allow a toggle function
if (m_rightButtonMode == ControlPushButton::PUSH ||
m_rightButtonMode == ControlPushButton::TRIGGER ||
m_iNoStates == 1) {