mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-10 12:19:18 +02:00
LCL/grids: Fix cursor reverting to default while dragging a row height. Issue #36125.
git-svn-id: trunk@61977 -
This commit is contained in:
parent
ec34c3f2f1
commit
a7e7bb9f93
@ -6004,7 +6004,7 @@ begin
|
||||
end else
|
||||
ResizeRow(Index, y-OffIni);
|
||||
HeaderSizing(false, Index, y-OffIni);
|
||||
Result:=True;
|
||||
exit(true);
|
||||
end else
|
||||
if (fGridState=gsNormal) and (RowCount>FixedRows) and
|
||||
((FlipX(X)<FGCache.FixedWidth) or
|
||||
|
Loading…
Reference in New Issue
Block a user