Enable CompressorProxy for all Workareas (incl. EmbeddedWorkarea)

This fixes the Advanced F&R.

(cherry picked from commit 5ce36019e5)
This commit is contained in:
Juergen Spitzmueller 2018-02-01 14:58:49 +01:00
parent 23d27a5953
commit 14e0a27098

View File

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