LCL: TCustomListView: use drLabel instead of drBounds for listview editor bounds. issue #27509

git-svn-id: trunk@47941 -
This commit is contained in:
zeljko 2015-02-21 19:31:47 +00:00
parent b9d95ad55c
commit 87602ec191

View File

@ -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;