Enable CompressorProxy for all Workareas (incl. EmbeddedWorkarea)

This fixes the Advanced F&R.
This commit is contained in:
Juergen Spitzmueller 2018-02-01 14:58:49 +01:00
parent 46845d8069
commit 5ce36019e5

View File

@ -270,6 +270,7 @@ GuiWorkArea::Private::~Private()
GuiWorkArea::GuiWorkArea(QWidget * /* w */) GuiWorkArea::GuiWorkArea(QWidget * /* w */)
: d(new Private(this)) : d(new Private(this))
{ {
new CompressorProxy(this); // not a leak
} }