mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-19 22:29:25 +02:00
LCL: ListView: Win32: Fixed PopupMenu shown twice. Issue #33746
git-svn-id: trunk@57946 -
This commit is contained in:
parent
e69a6123d9
commit
54a75891f1
@ -742,7 +742,7 @@ begin
|
||||
|
||||
// for multiselected listbox the message has to be send after current
|
||||
// message or the list item selecting does not work, also see issue #33330
|
||||
if ListView.MultiSelect then
|
||||
if ListView.MultiSelect and (Msg = WM_LBUTTONDOWN) then
|
||||
begin
|
||||
Result := WindowProc(Window, Msg, WParam, LParam);
|
||||
if not (Msg = WM_LBUTTONDBLCLK) or Assigned(ListItem) then
|
||||
|
Loading…
Reference in New Issue
Block a user