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 24, 2024
1 parent 072a1df commit 2c92c30
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion python/GafferUI/ColorChooserPlugValueWidget.py
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ def __colorChooserOptionsMenu( self, colorChooser, menuDefinition ) :
menuDefinition.append( "/__saveDefaultOptions__", { "divider": True, "label": "Defaults" } )

menuDefinition.append(
"/Save Inline Defaults",
"/Save Default Inline Layout",
{
"command": functools.partial(
saveDefaultOptions,
Expand Down
2 changes: 1 addition & 1 deletion python/GafferUI/ColorSwatchPlugValueWidget.py
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ def __colorChooserOptionsMenu( self, colorChooser, menuDefinition ) :
menuDefinition.append( "/__saveDefaultOptions__", { "divider": True, "label": "Defaults" } )

menuDefinition.append(
"/Save Dialogue Defaults",
"/Save Default Dialogue Layout",
{
"command": functools.partial(
saveDefaultOptions,
Expand Down

0 comments on commit 2c92c30

Please sign in to comment.