Skip to content

Commit

Permalink
RampPlugValueWidget : hide value changed indicator
Browse files Browse the repository at this point in the history
  • Loading branch information
ericmehl committed Apr 2, 2024
1 parent b25b038 commit d3aaa2f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions python/GafferUI/RampPlugValueWidget.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ def __init__( self, plug, **kw ) :
spacing = 4
) :

Gaffer.Metadata.registerValue( plug.pointXPlug( 0 ), "showValueChangedIndicator", False )
self.__positionLabel = GafferUI.LabelPlugValueWidget(
plug.pointXPlug( 0 ),
parenting = { "verticalAlignment" : GafferUI.VerticalAlignment.Top }
Expand All @@ -92,6 +93,7 @@ def __init__( self, plug, **kw ) :
parenting = { "verticalAlignment" : GafferUI.VerticalAlignment.Top }
)

Gaffer.Metadata.registerValue( plug.pointYPlug( 0 ), "showValueChangedIndicator", False )
self.__valueLabel = GafferUI.LabelPlugValueWidget(
plug.pointYPlug( 0 ),
parenting = { "verticalAlignment" : GafferUI.VerticalAlignment.Top }
Expand Down

0 comments on commit d3aaa2f

Please sign in to comment.