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