You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
Increased level for anim edit layout, otherwise it doesn't find where to put it.
[CL 2041269 by Lina Halper in Main branch]
This commit is contained in:
@@ -142,7 +142,7 @@ FAnimEditAppMode::FAnimEditAppMode(TSharedPtr<FPersona> InPersona)
|
||||
PersonaTabFactories.RegisterFactory(MakeShareable(new FSelectionDetailsSummoner(InPersona)));
|
||||
PersonaTabFactories.RegisterFactory(MakeShareable(new FAnimAssetPropertiesSummoner(InPersona)));
|
||||
|
||||
TabLayout = FTabManager::NewLayout("Persona_AnimEditMode_Layout_v5")
|
||||
TabLayout = FTabManager::NewLayout("Persona_AnimEditMode_Layout_v6")
|
||||
->AddArea
|
||||
(
|
||||
FTabManager::NewPrimaryArea() ->SetOrientation(Orient_Vertical)
|
||||
|
||||
Reference in New Issue
Block a user