From: Juergen Spitzmueller Date: Thu, 1 Feb 2018 13:58:49 +0000 (+0100) Subject: Enable CompressorProxy for all Workareas (incl. EmbeddedWorkarea) X-Git-Tag: 2.3.0~80 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=14e0a270980abe768e79236a9068bdd8b0bc789b;p=features.git Enable CompressorProxy for all Workareas (incl. EmbeddedWorkarea) This fixes the Advanced F&R. (cherry picked from commit 5ce36019e591fbdf4a0cb3e44f3f9e2dc662be89) --- diff --git a/src/frontends/qt4/GuiWorkArea.cpp b/src/frontends/qt4/GuiWorkArea.cpp index c065e1f44e..8bf5242b33 100644 --- a/src/frontends/qt4/GuiWorkArea.cpp +++ b/src/frontends/qt4/GuiWorkArea.cpp @@ -259,6 +259,7 @@ GuiWorkArea::Private::Private(GuiWorkArea * parent) GuiWorkArea::GuiWorkArea(QWidget * /* w */) : d(new Private(this)) { + new CompressorProxy(this); // not a leak }