Skip to content

Commit

Permalink
fix engine selector bug
Browse files Browse the repository at this point in the history
  • Loading branch information
hxhb committed Sep 5, 2019
1 parent 2bfe53e commit 6ab5c3d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Source/Private/SlateWidget/SCombBoxWarper.cpp
Expand Up @@ -48,6 +48,7 @@ FText SCombBoxWarper::HandleSelectionChangeText() const
void SCombBoxWarper::UpdateSelector(const TArray<FString>& pSelectorList,const FString& pSelectedItem)
{
int32 local_DefaultSelectedItemIndex = 0;
SelectorTextList.Empty();
for (const auto& SelectorItem : pSelectorList)
{
int Index=SelectorTextList.Add((MakeShareable(new FString(SelectorItem))));
Expand Down

0 comments on commit 6ab5c3d

Please sign in to comment.