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:
parent
7a574c6cbd
commit
b1227839e5
@ -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);
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user