missing update added

This commit is contained in:
Uwe Rathmann 2021-04-21 07:50:13 +02:00
parent 6d2ce21bc9
commit 707cc153ad
1 changed files with 1 additions and 0 deletions

View File

@ -117,6 +117,7 @@ void QskBoundedControl::adjustBoundaries( bool increasing )
}
Q_EMIT boundariesChanged( boundaries() );
update();
}
qreal QskBoundedControl::boundaryLength() const