Skip to content

Commit

Permalink
fixup! QuadLightHandle : Add plug editing tooltips
Browse files Browse the repository at this point in the history
  • Loading branch information
ericmehl committed Aug 17, 2023
1 parent 7b435c7 commit e65fc41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/GafferSceneUI/LightTool.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -549,7 +549,7 @@ void drawSelectionTips(

parameterInfo = fmt::format( "Editing {} {}", parameterSources.size(), multiPlugDescription );

if( commonAncestor && commonAncestor->typeId() != Gaffer::TypeId::ScriptNodeTypeId )
if( commonAncestor && (Gaffer::TypeId)commonAncestor->typeId() != Gaffer::TypeId::ScriptNodeTypeId )
{
parameterInfo += fmt::format(
" on {}",
Expand Down

0 comments on commit e65fc41

Please sign in to comment.