You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
Sequencer: Followup change for clearing focus on section start/end range
#jira UE-72097 #rb matt.hoffman #lockdown nick.penwarden #ROBOMERGE-SOURCE: CL 5766589 in //UE4/Release-4.22/... #ROBOMERGE-BOT: RELEASE (Release-4.22 -> Main) [CL 5766590 by max chen in Main branch]
This commit is contained in:
@@ -68,6 +68,7 @@ void FMovieSceneSectionDetailsCustomization::CustomizeDetails(IDetailLayoutBuild
|
||||
.IsEnabled(this, &FMovieSceneSectionDetailsCustomization::IsRangeStartTextboxEnabled)
|
||||
.SelectAllTextWhenFocused(true)
|
||||
.RevertTextOnEscape(true)
|
||||
.ClearKeyboardFocusOnCommit(false)
|
||||
.Font(IDetailLayoutBuilder::GetDetailFont())
|
||||
]
|
||||
+ SHorizontalBox::Slot()
|
||||
@@ -112,6 +113,7 @@ void FMovieSceneSectionDetailsCustomization::CustomizeDetails(IDetailLayoutBuild
|
||||
.IsEnabled(this, &FMovieSceneSectionDetailsCustomization::IsRangeEndTextboxEnabled)
|
||||
.SelectAllTextWhenFocused(true)
|
||||
.RevertTextOnEscape(true)
|
||||
.ClearKeyboardFocusOnCommit(false)
|
||||
.Font(IDetailLayoutBuilder::GetDetailFont())
|
||||
]
|
||||
+ SHorizontalBox::Slot()
|
||||
|
||||
Reference in New Issue
Block a user