projects
/
wine
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d05b7be
)
Message removed when menu tracking finish on a WM_LBUTTONDOWN.
author
Pascal Lessard
<pascal@macadamian.com>
Mon, 20 Sep 1999 18:27:14 +0000
(18:27 +0000)
committer
Alexandre Julliard
<julliard@winehq.org>
Mon, 20 Sep 1999 18:27:14 +0000
(18:27 +0000)
controls/menu.c
patch
|
blob
|
blame
|
history
diff --git
a/controls/menu.c
b/controls/menu.c
index
0a197f1
..
a888b51
100644
(file)
--- a/
controls/menu.c
+++ b/
controls/menu.c
@@
-2234,7
+2234,7
@@
static BOOL MENU_ButtonDown( MTRACKER* pmt, HMENU hPtMenu )
return TRUE;
}
- else WARN("\tunable to find clicked item!\n");
+ /* Else the click was on the menu bar, finish the tracking */
}
return FALSE;
}
@@
-2633,7
+2633,7
@@
static INT MENU_TrackMenu( HMENU hmenu, UINT wFlags, INT x, INT y,
/* fall through */
case WM_LBUTTONDBLCLK:
case WM_LBUTTONDOWN:
- f
EndMenu |
= !MENU_ButtonDown( &mt, hmenu );
+ f
Remove = fEndMenu
= !MENU_ButtonDown( &mt, hmenu );
break;
case WM_RBUTTONUP: