HaikuDepot: Give focus to the search terms after launch.

This commit is contained in:
Stephan Aßmus 2013-11-10 10:59:32 +01:00
parent 59062d32b7
commit c05743fbc8

View File

@ -90,6 +90,8 @@ FilterView::AttachedToWindow()
fShowField->Menu()->SetTargetForItems(Window());
fRepositoryField->Menu()->SetTargetForItems(Window());
fSearchTermsText->SetTarget(this);
fSearchTermsText->MakeFocus();
}