small change

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@13206 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Stefano Ceccherini 2005-06-18 06:02:35 +00:00
parent 53ba0acbb1
commit cd89e86a9d
1 changed files with 3 additions and 0 deletions

View File

@ -453,6 +453,9 @@ BMenuBar::Track(int32 *action, int32 startIndex, bool showMenu)
window->Unlock();
}
if (action != NULL)
*action = static_cast<int32>(localAction);
return resultItem;
}