Skip to content

Commit

Permalink
fixup! ColorChooser : Static color slider widgets
Browse files Browse the repository at this point in the history
  • Loading branch information
ericmehl committed Nov 1, 2024
1 parent a5f7301 commit 0009f0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/GafferUI/ColorChooser.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0009f0e

Please sign in to comment.