From 5ce36019e591fbdf4a0cb3e44f3f9e2dc662be89 Mon Sep 17 00:00:00 2001 From: Juergen Spitzmueller Date: Thu, 1 Feb 2018 14:58:49 +0100 Subject: [PATCH] Enable CompressorProxy for all Workareas (incl. EmbeddedWorkarea) This fixes the Advanced F&R. --- src/frontends/qt4/GuiWorkArea.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/frontends/qt4/GuiWorkArea.cpp b/src/frontends/qt4/GuiWorkArea.cpp index ff6073e0db..f537c91cef 100644 --- a/src/frontends/qt4/GuiWorkArea.cpp +++ b/src/frontends/qt4/GuiWorkArea.cpp @@ -270,6 +270,7 @@ GuiWorkArea::Private::~Private() GuiWorkArea::GuiWorkArea(QWidget * /* w */) : d(new Private(this)) { + new CompressorProxy(this); // not a leak } -- 2.39.2