mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-06-03 07:38:30 +02:00
LCL: TCustomListView: use drLabel instead of drBounds for listview editor bounds. issue #27509
git-svn-id: trunk@47941 -
This commit is contained in:
parent
b9d95ad55c
commit
87602ec191
@ -444,7 +444,7 @@ begin
|
||||
if not CanEdit(Item) then
|
||||
exit;
|
||||
|
||||
R := Item.DisplayRect(drBounds);
|
||||
R := Item.DisplayRect(drLabel);
|
||||
if LCLIntf.IsRectEmpty(R) then
|
||||
exit;
|
||||
S := Item.Caption;
|
||||
|
Loading…
Reference in New Issue
Block a user