mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-12-08 14:47:35 +01:00
Revert r47557 #4189a2b962 "LCL: Prevent calling TListView OnMouseUp twice on Windows 7. Issue #27189."
git-svn-id: trunk@47562 -
This commit is contained in:
parent
7fd9395d32
commit
48f6e42729
@ -225,7 +225,6 @@ begin
|
|||||||
case PNMHdr(LParam)^.code of
|
case PNMHdr(LParam)^.code of
|
||||||
NM_CLICK, NM_RCLICK:
|
NM_CLICK, NM_RCLICK:
|
||||||
begin
|
begin
|
||||||
if WindowsVersion = wv7 then Exit;
|
|
||||||
// A listview doesn't get a WM_LBUTTONUP, WM_RBUTTONUP message,
|
// A listview doesn't get a WM_LBUTTONUP, WM_RBUTTONUP message,
|
||||||
// because it keeps the message in its own event loop,
|
// because it keeps the message in its own event loop,
|
||||||
// see msdn article about "Default List-View Message Processing"
|
// see msdn article about "Default List-View Message Processing"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user