mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-06 23:38:02 +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
|
||||
MsgResult := 1;
|
||||
end;
|
||||
WinProcess := False;
|
||||
end;
|
||||
|
||||
procedure HandleListViewOwnerDataHint(ALV: TCustomListViewAccess);
|
||||
|
Loading…
Reference in New Issue
Block a user