diff options
Diffstat (limited to 'src/plain.cc')
-rw-r--r-- | src/plain.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/plain.cc b/src/plain.cc index 2783f0b1..8be30cb7 100644 --- a/src/plain.cc +++ b/src/plain.cc @@ -2,6 +2,7 @@ * File: plain.cc * * Copyright (C) 2005-2007 Jorge Arellano Cid <jcid@dillo.org> + * Copyright (C) 2024 Rodrigo Arias Mallo <rodarima@gmail.com> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -97,7 +98,7 @@ DilloPlain::DilloPlain(BrowserWindow *p_bw) Layout *layout = (Layout*) bw->render_layout; // TODO (1x) No URL? - StyleEngine styleEngine (layout, NULL, NULL); + StyleEngine styleEngine (layout, NULL, NULL, bw->zoom); styleEngine.startElement ("body", bw); styleEngine.startElement ("pre", bw); |