Skip to content

Commit

Permalink
fixup! ColorChooser : Maintain options state per-session
Browse files Browse the repository at this point in the history
  • Loading branch information
ericmehl committed Aug 23, 2024
1 parent 8bf9543 commit 4bce89b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion python/GafferUI/ColorChooser.py
Original file line number Diff line number Diff line change
Expand Up @@ -747,7 +747,8 @@ def __optionsMenuDefinition( self ) :
label,
{
"command": lambda checked, c = component, weakSet = weakSet : weakSet( c ),
"checkBox": self.getColorFieldStaticComponent() == component
"checkBox": self.getColorFieldStaticComponent() == component,
"active": self.__colorField.getVisible(),
}
)

Expand Down

0 comments on commit 4bce89b

Please sign in to comment.