mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-06-07 17:18:15 +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
|
if not CanEdit(Item) then
|
||||||
exit;
|
exit;
|
||||||
|
|
||||||
R := Item.DisplayRect(drBounds);
|
R := Item.DisplayRect(drLabel);
|
||||||
if LCLIntf.IsRectEmpty(R) then
|
if LCLIntf.IsRectEmpty(R) then
|
||||||
exit;
|
exit;
|
||||||
S := Item.Caption;
|
S := Item.Caption;
|
||||||
|
Loading…
Reference in New Issue
Block a user