diff --git a/lcl/interfaces/win32/win32wscustomlistview.inc b/lcl/interfaces/win32/win32wscustomlistview.inc index 464ae37160..b73439d4ab 100644 --- a/lcl/interfaces/win32/win32wscustomlistview.inc +++ b/lcl/interfaces/win32/win32wscustomlistview.inc @@ -225,7 +225,6 @@ begin case PNMHdr(LParam)^.code of NM_CLICK, NM_RCLICK: begin - if WindowsVersion = wv7 then Exit; // A listview doesn't get a WM_LBUTTONUP, WM_RBUTTONUP message, // because it keeps the message in its own event loop, // see msdn article about "Default List-View Message Processing"