mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-10 14:36:09 +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;
|
||||
finally
|
||||
if tmpCanvas<>Canvas then
|
||||
FreeWorkingCanvas(Canvas);
|
||||
FreeWorkingCanvas(tmpCanvas);
|
||||
end;
|
||||
|
||||
if W=0 then
|
||||
|
Loading…
Reference in New Issue
Block a user