* The app_server now gives top-most menus the keyboard focus.

* BMenuWindow now makes its menu focus view, so that it can receive key events.
* Keyboard navigation doesn't work as it should though, that is bug #670 is
  still valid - there should even be another recently opened bug about this,
  but Trac obviously ate it :-/


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@19152 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler
2006-10-30 14:21:28 +00:00
parent 3f2cb12385
commit 07dc2c6972
3 changed files with 22 additions and 4 deletions
+1
View File
@@ -55,6 +55,7 @@ BMenuWindow::AttachMenu(BMenu *menu)
if (menu != NULL) {
BMenuFrame *menuFrame = new BMenuFrame(menu);
AddChild(menuFrame);
menu->MakeFocus(true);
}
}