Give focus the inspector's text input when opening the window.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@42218 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Rene Gollent 2011-06-17 02:21:17 +00:00
parent 7a574c6cbd
commit b1227839e5

View File

@ -146,6 +146,8 @@ InspectorWindow::_Init()
// default to 8-bit format w/ text display
hexMenu->ItemAt(1)->SetMarked(true);
textMenu->ItemAt(1)->SetMarked(true);
fAddressInput->TextView()->MakeFocus(true);
}