From 463187d04870ee168932a122a526b52f344d457f Mon Sep 17 00:00:00 2001 From: Uwe Rathmann Date: Thu, 1 Feb 2024 15:35:31 +0100 Subject: [PATCH] no need to interpolate the metrics, when the color scheme changes --- src/controls/QskSkin.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/controls/QskSkin.cpp b/src/controls/QskSkin.cpp index e2fb11db..df4150aa 100644 --- a/src/controls/QskSkin.cpp +++ b/src/controls/QskSkin.cpp @@ -236,6 +236,7 @@ void QskSkin::setColorScheme( ColorScheme colorScheme ) if ( transitionHint.isValid() ) { QskSkinTransition transition; + transition.setMask( QskSkinTransition::Color ); transition.setSourceSkin( this ); clearHints();