diff --git a/python/GafferUI/RampPlugValueWidget.py b/python/GafferUI/RampPlugValueWidget.py index 45f6b33be3f..095087c6bec 100644 --- a/python/GafferUI/RampPlugValueWidget.py +++ b/python/GafferUI/RampPlugValueWidget.py @@ -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 } @@ -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 }