summaryrefslogtreecommitdiffstats
path: root/src/widget/wpushbutton.cpp
diff options
context:
space:
mode:
authorronso0 <ronso0@mixxx.org>2020-03-29 19:57:38 +0200
committerronso0 <ronso0@mixxx.org>2020-03-29 19:57:38 +0200
commite5981f0d79080b7b6c92f20780beeca10bbf7163 (patch)
tree5760f33ea5ee399392a5f8a0656529e366de0ace /src/widget/wpushbutton.cpp
parent998cd286d46cfc52b9d6bcd210cfb8327f84a8bc (diff)
restore WPushButton debug tooltip
Diffstat (limited to 'src/widget/wpushbutton.cpp')
-rw-r--r--src/widget/wpushbutton.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/widget/wpushbutton.cpp b/src/widget/wpushbutton.cpp
index 6a590836f5..aa492aac96 100644
--- a/src/widget/wpushbutton.cpp
+++ b/src/widget/wpushbutton.cpp
@@ -444,6 +444,8 @@ bool WPushButton::event(QEvent* e) {
m_bPressed = false;
restyleAndRepaint();
}
+ } else if (e->type() == QEvent::ToolTip) {
+ updateTooltip();
}
return QWidget::event(e);
}