aboutsummaryrefslogtreecommitdiff
path: root/plainqt
diff options
context:
space:
mode:
Diffstat (limited to 'plainqt')
-rw-r--r--plainqt/style/qtmaemo6scrollbareventfilter.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/plainqt/style/qtmaemo6scrollbareventfilter.cpp b/plainqt/style/qtmaemo6scrollbareventfilter.cpp
index 46b21a0a..10e53356 100644
--- a/plainqt/style/qtmaemo6scrollbareventfilter.cpp
+++ b/plainqt/style/qtmaemo6scrollbareventfilter.cpp
@@ -383,8 +383,8 @@ void QtMaemo6ScrollBarEventFilter::fadeInOutAnimation(QWidget *w, const char *pr
connect(animationGroup->animationAt(FadeOut), SIGNAL(finished()), w, SLOT(hide()));
connect(animationGroup->animationAt(FadeOut), SIGNAL(finished()), this, SLOT(cleanUpTimerMap()));
- connect(fadeIn, SIGNAL(valueChanged(QVariant)), w, SLOT(repaint()));
- connect(fadeOut, SIGNAL(valueChanged(QVariant)), w, SLOT(repaint()));
+ connect(fadeIn, SIGNAL(valueChanged(QVariant)), w, SLOT(update()));
+ connect(fadeOut, SIGNAL(valueChanged(QVariant)), w, SLOT(update()));
w->show();
m_pendingAnimations.insert(w, animationGroup);