Skip to content
This repository has been archived by the owner on Mar 19, 2019. It is now read-only.

Commit

Permalink
UI reset on post edit change property is turned off
Browse files Browse the repository at this point in the history
  • Loading branch information
ufna committed Jul 9, 2014
1 parent 7ba465d commit 522b4cc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Source/VaQuoleUIPlugin/Private/VaQuoleUIComponent.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,9 @@ void UVaQuoleUIComponent::PostEditChangeProperty(FPropertyChangedEvent& Property
{
Super::PostEditChangeProperty(PropertyChangedEvent);

ResetWebUI();
// Don't reset UI here for now. I should check it when preview plane will be added, but it's not
// necessary to update the UI before blueprint compilation
//ResetWebUI();
}
#endif // WITH_EDITORONLY_DATA

Expand Down

0 comments on commit 522b4cc

Please sign in to comment.