missing update call added

This commit is contained in:
Uwe Rathmann 2020-12-27 11:18:02 +01:00
parent 0c3a8ebece
commit c8be7224cf

View File

@ -173,6 +173,8 @@ void QskProgressBar::setBarGradient( const QskGradient& gradient )
g.setOrientation( Qt::Vertical );
setGradientHint( QskProgressBar::Bar | QskAspect::Vertical, g );
update();
}
void QskProgressBar::resetBarGradient()