From a7e7bb9f9348866a78480172e8b20d05f7a55955 Mon Sep 17 00:00:00 2001 From: wp Date: Fri, 4 Oct 2019 13:34:24 +0000 Subject: [PATCH] LCL/grids: Fix cursor reverting to default while dragging a row height. Issue #36125. git-svn-id: trunk@61977 - --- lcl/grids.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lcl/grids.pas b/lcl/grids.pas index de9adff7cc..df8915847c 100644 --- a/lcl/grids.pas +++ b/lcl/grids.pas @@ -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)