mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-02 22:10:19 +02:00
+ Fixed tfpgtkclist.getcelltext
This commit is contained in:
parent
d88436f131
commit
3e0ea52795
@ -7941,7 +7941,7 @@ begin
|
|||||||
if (r = 0) then
|
if (r = 0) then
|
||||||
result := ''
|
result := ''
|
||||||
else
|
else
|
||||||
result := string(s^);
|
result := strpas(s);
|
||||||
end;
|
end;
|
||||||
|
|
||||||
procedure TFPgtkCList.SetCellText (Row:integer; Column:integer; TheValue:string);
|
procedure TFPgtkCList.SetCellText (Row:integer; Column:integer; TheValue:string);
|
||||||
|
Loading…
Reference in New Issue
Block a user