From 413e6e88d68ba18b28339553f02fc6de286a7880 Mon Sep 17 00:00:00 2001 From: Peter Hartmann Date: Wed, 6 Jul 2022 14:11:11 +0200 Subject: [PATCH] checkboxes: Remove animation for now --- skins/material3/QskMaterial3Skin.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/skins/material3/QskMaterial3Skin.cpp b/skins/material3/QskMaterial3Skin.cpp index c03a6dde..b51ada83 100644 --- a/skins/material3/QskMaterial3Skin.cpp +++ b/skins/material3/QskMaterial3Skin.cpp @@ -187,8 +187,6 @@ void Editor::setupCheckBox() setColor( Q::Indicator | Q::Checked | Q::Disabled, m_pal.onSurface38 ); setColor( Q::Text, m_pal.onBackground ); - - setAnimation( Q::Box | A::Color, qskDuration ); } void Editor::setupBox()