forgot to fix this small style issue
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@19654 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -1271,7 +1271,7 @@ BMenu::_track(int *action, bigtime_t trackTime, long start)
|
|||||||
ulong buttons;
|
ulong buttons;
|
||||||
GetMouse(&location, &buttons, true);
|
GetMouse(&location, &buttons, true);
|
||||||
|
|
||||||
BMenuWindow *window(static_cast<BMenuWindow *>(Window()));
|
BMenuWindow *window = static_cast<BMenuWindow *>(Window());
|
||||||
|
|
||||||
BPoint screenLocation = ConvertToScreen(location);
|
BPoint screenLocation = ConvertToScreen(location);
|
||||||
if (window->CheckForScrolling(screenLocation)) {
|
if (window->CheckForScrolling(screenLocation)) {
|
||||||
|
|||||||
Reference in New Issue
Block a user