diff --git a/src/kits/interface/Menu.cpp b/src/kits/interface/Menu.cpp index 8993d83cf5..4e499e7b61 100644 --- a/src/kits/interface/Menu.cpp +++ b/src/kits/interface/Menu.cpp @@ -1408,9 +1408,9 @@ BMenu::_Track(int *action, long start) BPoint location; uint32 buttons; - if (LockLooper()) { + if (LockLooper()) { GetMouse(&location, &buttons); - UnlockLooper(); + UnlockLooper(); } int32 mouseSpeed = 0;