mirror of https://gitlab.com/basile.b/dexed.git
fix #298 - Opening the terminal in Linux gives an "Access Violation"
This commit is contained in:
parent
4cc7eef0d9
commit
e6aaaf407f
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue