mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-07 12:32:26 +00:00
Enable CompressorProxy for all Workareas (incl. EmbeddedWorkarea)
This fixes the Advanced F&R.
This commit is contained in:
parent
46845d8069
commit
5ce36019e5
@ -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
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user