Skip to content

Commit

Permalink
fixup! ColorChooser : Static colors on color field
Browse files Browse the repository at this point in the history
  • Loading branch information
ericmehl committed Nov 11, 2024
1 parent 64a5250 commit 56bff8e
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 @@ -244,7 +244,7 @@ def _displayTransformChanged( self ) :

class _ColorField( GafferUI.Widget ) :

def __init__( self, color = imath.Color3f( 1.0 ), staticComponent = "v", dynamicBackground = False, **kw ) :
def __init__( self, color = imath.Color3f( 1.0 ), staticComponent = "v", dynamicBackground = True, **kw ) :

GafferUI.Widget.__init__( self, QtWidgets.QWidget(), **kw )

Expand Down

0 comments on commit 56bff8e

Please sign in to comment.