fix #298 - Opening the terminal in Linux gives an "Access Violation"

This commit is contained in:
Basile Burg 2018-04-20 05:16:13 +02:00
parent 4cc7eef0d9
commit e6aaaf407f
1 changed files with 2 additions and 0 deletions

View File

@ -359,6 +359,8 @@ var
v: TGValue;
begin
fScrollbackLines:=value;
if not assigned(FInFo) then
exit;
v.g_type:= 1;
v.data[0].v_uint := fScrollbackLines;
g_object_set_property(PGObject(PWidgetInfo(FInfo).ClientWidget), 'scrollback-lines', @v);