From 0009f0e4a4e197b6ec3094cc91c3ece20e06a3c0 Mon Sep 17 00:00:00 2001 From: Eric Mehl Date: Fri, 1 Nov 2024 11:38:18 -0400 Subject: [PATCH] fixup! ColorChooser : Static color slider widgets --- python/GafferUI/ColorChooser.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/GafferUI/ColorChooser.py b/python/GafferUI/ColorChooser.py index c97a71b330e..207253d811b 100644 --- a/python/GafferUI/ColorChooser.py +++ b/python/GafferUI/ColorChooser.py @@ -898,7 +898,7 @@ def __init__( self, color=imath.Color3f( 1 ), **kw ) : self.__updateUIFromColor() self.__updateComponentIcons() - self.setDynamicSliderBackgrounds( False ) + self.setDynamicSliderBackgrounds( True ) ## The default color starts as the value passed when creating the widget. # It is represented with a swatch which when clicked will revert the current