no need to interpolate the metrics, when the color scheme changes

This commit is contained in:
Uwe Rathmann 2024-02-01 15:35:31 +01:00
parent 9fceaa2f64
commit 463187d048

View File

@ -236,6 +236,7 @@ void QskSkin::setColorScheme( ColorScheme colorScheme )
if ( transitionHint.isValid() ) if ( transitionHint.isValid() )
{ {
QskSkinTransition transition; QskSkinTransition transition;
transition.setMask( QskSkinTransition::Color );
transition.setSourceSkin( this ); transition.setSourceSkin( this );
clearHints(); clearHints();