You've already forked lazarus-ccr
* Fix position of drag image. Issue21945
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2435 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -28840,6 +28840,9 @@ begin
|
||||
with TreeRect do
|
||||
begin
|
||||
PaintRect := TreeRect;
|
||||
//lclheader
|
||||
if hoVisible in FHeader.Options then
|
||||
OffsetRect(PaintRect, 0, -FHeader.Height);
|
||||
if Left < 0 then
|
||||
begin
|
||||
PaintTarget.X := -Left;
|
||||
@ -28849,7 +28852,7 @@ begin
|
||||
PaintTarget.X := 0;
|
||||
if Top < 0 then
|
||||
begin
|
||||
PaintTarget.Y := -Top;
|
||||
PaintTarget.Y := -PaintRect.Top;
|
||||
PaintRect.Top := 0;
|
||||
end
|
||||
else
|
||||
|
Reference in New Issue
Block a user