From 707cc153ad6d3f09fd7711c0f0ca55cb3db72f7d Mon Sep 17 00:00:00 2001 From: Uwe Rathmann Date: Wed, 21 Apr 2021 07:50:13 +0200 Subject: [PATCH] missing update added --- src/controls/QskBoundedControl.cpp | 1 + 1 file changed, 1 insertion(+) 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