From 0e044c1a92745f8508f5813efc9709a280583d11 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Tue, 16 Oct 2012 15:40:54 -0500 Subject: Automated update from Qt3 --- src/widgets/qtoolbutton.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/widgets/qtoolbutton.cpp') diff --git a/src/widgets/qtoolbutton.cpp b/src/widgets/qtoolbutton.cpp index e7f7e6db6..1912bebf1 100644 --- a/src/widgets/qtoolbutton.cpp +++ b/src/widgets/qtoolbutton.cpp @@ -484,6 +484,8 @@ void TQToolButton::drawButton( TQPainter * p ) flags |= TQStyle::Style_Down; if (isOn()) flags |= TQStyle::Style_On; + if (hasMouse()) + flags |= TQStyle::Style_MouseOver; if (autoRaise()) { flags |= TQStyle::Style_AutoRaise; if (uses3D()) { -- cgit v1.2.1