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 Sep 3, 2024
1 parent e63e40e commit 1731ab6
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 1731ab6

Please sign in to comment.