| 407 | } |
| 408 | |
| 409 | void SFindInFlow::FocusForUse() const |
| 410 | { |
| 411 | if (SearchTextField.IsValid()) |
| 412 | { |
| 413 | FSlateApplication::Get().SetKeyboardFocus(SearchTextField.ToSharedRef()); |
| 414 | SearchTextField->SelectAllText(); |
| 415 | } |
| 416 | } |
| 417 | |
| 418 | void SFindInFlow::OnSearchTextChanged(const FText& Text) |
| 419 | { |
no test coverage detected