Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Sign in / Register
Toggle navigation
Menu
Open sidebar
FPC
Lazarus
Lazarus
Commits
87602ec1
Commit
87602ec1
authored
Feb 21, 2015
by
Željan Rikalo
🏊🏼
Browse files
LCL: TCustomListView: use drLabel instead of drBounds for listview editor bounds. issue
#27509
git-svn-id: trunk@47941 -
parent
b9d95ad5
Changes
1
Hide whitespace changes
Inline
Side-by-side
lcl/include/customlistview.inc
View file @
87602ec1
...
...
@@ -444,7 +444,7 @@ begin
if
not
CanEdit
(
Item
)
then
exit
;
R
:=
Item
.
DisplayRect
(
dr
Bounds
);
R
:=
Item
.
DisplayRect
(
dr
Label
);
if
LCLIntf
.
IsRectEmpty
(
R
)
then
exit
;
S
:=
Item
.
Caption
;
...
...
FPC Admin account
@fpc_admin
mentioned in issue
#27509 (closed)
·
Jul 29, 2021
mentioned in issue
#27509 (closed)
mentioned in issue #27509
Toggle commit list
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment