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/qscrollbar.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/widgets/qscrollbar.cpp') diff --git a/src/widgets/qscrollbar.cpp b/src/widgets/qscrollbar.cpp index 18d62acd0..ecaa3b3fc 100644 --- a/src/widgets/qscrollbar.cpp +++ b/src/widgets/qscrollbar.cpp @@ -940,6 +940,8 @@ void TQScrollBar::drawControls( uint controls, uint activeControl, flags |= TQStyle::Style_Enabled; if (hasFocus()) flags |= TQStyle::Style_HasFocus; + if (hasMouse()) + flags |= TQStyle::Style_MouseOver; if ( orientation() == Horizontal ) flags |= TQStyle::Style_Horizontal; -- cgit v1.2.3