]> git.lyx.org Git - features.git/commitdiff
Enable CompressorProxy for all Workareas (incl. EmbeddedWorkarea)
authorJuergen Spitzmueller <spitz@lyx.org>
Thu, 1 Feb 2018 13:58:49 +0000 (14:58 +0100)
committerJuergen Spitzmueller <spitz@lyx.org>
Sat, 3 Feb 2018 08:43:36 +0000 (09:43 +0100)
This fixes the Advanced F&R.

(cherry picked from commit 5ce36019e591fbdf4a0cb3e44f3f9e2dc662be89)

src/frontends/qt4/GuiWorkArea.cpp

index c065e1f44e500897eb0ebf14b61402d3e0406b2e..8bf5242b33cc6f1ff1ced7bccf6d8658bde90d3d 100644 (file)
@@ -259,6 +259,7 @@ GuiWorkArea::Private::Private(GuiWorkArea * parent)
 GuiWorkArea::GuiWorkArea(QWidget * /* w */)
 : d(new Private(this))
 {
+       new CompressorProxy(this); // not a leak
 }