Qt5,Qt6: make checkable listview check state work with mouse.

This commit is contained in:
zeljan1 2025-04-01 19:39:10 +02:00
parent db6fe2baa9
commit 1fb8e5a099
2 changed files with 2 additions and 2 deletions

View File

@ -13428,7 +13428,7 @@ begin
if (ViewStyle >= 0) and (TCustomListView(LCLObject).ItemIndex = -1) then
signalCurrentItemChanged(Item, nil);
end;
QEvent_ignore(Event);
QEvent_accept(Event);
//issue #39852, uncommented works fine with Qt4
//Result := True;
exit;

View File

@ -13346,7 +13346,7 @@ begin
if (ViewStyle >= 0) and (TCustomListView(LCLObject).ItemIndex = -1) then
signalCurrentItemChanged(Item, nil);
end;
QEvent_ignore(Event);
QEvent_accept(Event);
//issue #39852, uncommented works fine with Qt4
//Result := True;
exit;