Menu: some helpful comments

This commit is contained in:
John Scipione
2013-08-21 19:46:39 -04:00
parent d1716b277c
commit d5de9547c7
2 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -2485,7 +2485,7 @@ BMenu::_OverSubmenu(BMenuItem* item, BPoint loc)
if (subMenu == NULL || subMenu->Window() == NULL)
return false;
// we assume that loc is in screen coords {
// assume that loc is in screen coordinates
if (subMenu->Window()->Frame().Contains(loc))
return true;