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:
@@ -1150,7 +1150,7 @@ BMenu::_track(int *action, long start)
|
||||
SelectItem(NULL);
|
||||
}
|
||||
|
||||
if (item != NULL && fSelected != NULL && OverSubmenu(fSelected, screenLocation)
|
||||
if (fSelected != NULL && OverSubmenu(fSelected, screenLocation)
|
||||
&& fSelected->Submenu()->Window() != NULL) {
|
||||
UnlockLooper();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user