From 1c9c3e30916d3ac6b0574f10e09f9bcfff219a9e Mon Sep 17 00:00:00 2001 From: Daniel Dresser Date: Tue, 2 Jan 2024 15:58:26 -0800 Subject: [PATCH] CropUI : Fix name in tooltip --- python/GafferImageUI/CropUI.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python/GafferImageUI/CropUI.py b/python/GafferImageUI/CropUI.py index 07f7f5520eb..22e713a6825 100644 --- a/python/GafferImageUI/CropUI.py +++ b/python/GafferImageUI/CropUI.py @@ -78,7 +78,7 @@ def postCreate( node, menu ) : Where to source the actual area to use. If this is set to DataWindow, it will use the input's Data Window, if it is set to DisplayWindow, it will use the input's - Display Window, and if it is set to Custom, it will use + Display Window, and if it is set to Area, it will use the Area plug. """, @@ -97,7 +97,7 @@ def postCreate( node, menu ) : """ The custom area to set the Data/Display Window to. This plug is only used if 'Area Source' is set to - Custom. + Area. """, "layout:activator", "areaSourceIsArea",