mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-07 10:40:43 +02:00
TCustomListView: trying to implement OnChanging (Win32):
* it seems we have to set WinProcess to False in ListViewParentMsgHandler in order to make the MsgResult actually work.
This commit is contained in:
parent
af9412b019
commit
8e3ea00e68
@ -316,6 +316,7 @@ var
|
|||||||
else
|
else
|
||||||
MsgResult := 1;
|
MsgResult := 1;
|
||||||
end;
|
end;
|
||||||
|
WinProcess := False;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
procedure HandleListViewOwnerDataHint(ALV: TCustomListViewAccess);
|
procedure HandleListViewOwnerDataHint(ALV: TCustomListViewAccess);
|
||||||
|
Loading…
Reference in New Issue
Block a user