missing update added

This commit is contained in:
Uwe Rathmann 2021-04-21 07:50:13 +02:00
parent d6dcf0a3d1
commit f90736efed

View File

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