mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-14 18:39:20 +02:00
LCL, fix stringgrid columns autosize AV, issue #14055
git-svn-id: trunk@20746 -
This commit is contained in:
parent
f8733358d9
commit
8c3b6ed0f1
@ -8487,7 +8487,7 @@ begin
|
|||||||
end;
|
end;
|
||||||
finally
|
finally
|
||||||
if tmpCanvas<>Canvas then
|
if tmpCanvas<>Canvas then
|
||||||
FreeWorkingCanvas(Canvas);
|
FreeWorkingCanvas(tmpCanvas);
|
||||||
end;
|
end;
|
||||||
|
|
||||||
if W=0 then
|
if W=0 then
|
||||||
|
Loading…
Reference in New Issue
Block a user