From f90736efed6a33b5e23f818dc4708ff647256ad9 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