Accidently broke selecting sub menus with the last commit.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@16167 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler 2006-01-31 03:31:23 +00:00
parent 204131dc97
commit fd1528f275
1 changed files with 1 additions and 1 deletions

View File

@ -1150,7 +1150,7 @@ BMenu::_track(int *action, long start)
SelectItem(NULL); SelectItem(NULL);
} }
if (item != NULL && fSelected != NULL && OverSubmenu(fSelected, screenLocation) if (fSelected != NULL && OverSubmenu(fSelected, screenLocation)
&& fSelected->Submenu()->Window() != NULL) { && fSelected->Submenu()->Window() != NULL) {
UnlockLooper(); UnlockLooper();