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:
@@ -280,7 +280,7 @@ BMenuField::MouseDown(BPoint where)
|
|||||||
|
|
||||||
BRect bounds = fMenuBar->ConvertFromParent(Bounds());
|
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_",
|
fMenuTaskID = spawn_thread((thread_func)MenuTask, "_m_task_",
|
||||||
B_NORMAL_PRIORITY, this);
|
B_NORMAL_PRIORITY, this);
|
||||||
|
|||||||
Reference in New Issue
Block a user