diff --git a/src/controls/QskBoundedControl.cpp b/src/controls/QskBoundedControl.cpp index 1fcb0318..1a116749 100644 --- a/src/controls/QskBoundedControl.cpp +++ b/src/controls/QskBoundedControl.cpp @@ -117,6 +117,7 @@ void QskBoundedControl::adjustBoundaries( bool increasing ) } Q_EMIT boundariesChanged( boundaries() ); + update(); } qreal QskBoundedControl::boundaryLength() const