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 11, 2024
1 parent 56bff8e commit 7e709db
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions python/GafferUI/ColorChooser.py
Original file line number Diff line number Diff line change
Expand Up @@ -1091,6 +1091,9 @@ def __optionsMenuDefinition( self ) :
{
"command": Gaffer.WeakMethod( self.setDynamicSliderBackgrounds ),
"checkBox": self.getDynamicSliderBackgrounds(),
"description": """With Dynamic Backgrounds enabled, the backgrounds of the color sliders will
update to show the color that will result from moving the indicator to a given
position. When disabled, a static range of values is displayed."""
}
)

Expand Down

0 comments on commit 7e709db

Please sign in to comment.