don't hide the cursor when the menu pops up

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@18969 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Stefano Ceccherini
2006-09-28 13:53:42 +00:00
parent 1e17db8ac6
commit 633d2d3d4e
+1 -1
View File
@@ -280,7 +280,7 @@ BMenuField::MouseDown(BPoint where)
BRect bounds = fMenuBar->ConvertFromParent(Bounds());
fMenuBar->StartMenuBar(0, false, true, &bounds);
fMenuBar->StartMenuBar(-1, false, true, &bounds);
fMenuTaskID = spawn_thread((thread_func)MenuTask, "_m_task_",
B_NORMAL_PRIORITY, this);