diff options
| author | Darrell Anderson <humanreadable@yahoo.com> | 2012-10-19 22:51:19 -0500 |
|---|---|---|
| committer | Darrell Anderson <humanreadable@yahoo.com> | 2012-10-19 22:51:19 -0500 |
| commit | e230650065e8fd82816319f8fa1c63507027d022 (patch) | |
| tree | 1bbb6c6e5ec8b92bd94f34eee95d01a863d4c61e /src/widgets/qspinwidget.cpp | |
| parent | 06e01077e1826d986821404d87de10399a7c1b6e (diff) | |
| parent | 691129fbcb6c0f377abac61c6051700b4148efc4 (diff) | |
| download | tqt-e230650065e8fd82816319f8fa1c63507027d022.tar.gz tqt-e230650065e8fd82816319f8fa1c63507027d022.zip | |
Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/tqt3
Diffstat (limited to 'src/widgets/qspinwidget.cpp')
| -rw-r--r-- | src/widgets/qspinwidget.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/widgets/qspinwidget.cpp b/src/widgets/qspinwidget.cpp index af2e19888..9c0b2cbbc 100644 --- a/src/widgets/qspinwidget.cpp +++ b/src/widgets/qspinwidget.cpp @@ -323,6 +323,8 @@ void TQSpinWidget::paintEvent( TQPaintEvent * ) TQStyle::SFlags flags = TQStyle::Style_Default; if (isEnabled()) flags |= TQStyle::Style_Enabled; + if (hasMouse()) + flags |= TQStyle::Style_MouseOver; if (hasFocus() || (focusProxy() && focusProxy()->hasFocus())) flags |= TQStyle::Style_HasFocus; |
