Skip to content

Commit c22237e

Browse files
committed
- Fixed the "Reversed" button on curve inputs not being functional.
1 parent 8dc474a commit c22237e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Source/HoudiniEngineEditor/Private/HoudiniInputDetails.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3738,7 +3738,7 @@ FHoudiniInputDetails::Helper_CreateCurveWidgetExpanded(
37383738
})
37393739
.OnCheckStateChanged_Lambda([=](ECheckBoxState NewState)
37403740
{
3741-
return ChangedVisibleCurve(NewState);
3741+
return ChangedReversedCurve(NewState);
37423742
})
37433743
]
37443744
+ SHorizontalBox::Slot()

0 commit comments

Comments
 (0)