mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Enable CompressorProxy for all Workareas (incl. EmbeddedWorkarea)
This fixes the Advanced F&R.
(cherry picked from commit 5ce36019e5
)
This commit is contained in:
parent
23d27a5953
commit
14e0a27098
@ -259,6 +259,7 @@ GuiWorkArea::Private::Private(GuiWorkArea * parent)
|
||||
GuiWorkArea::GuiWorkArea(QWidget * /* w */)
|
||||
: d(new Private(this))
|
||||
{
|
||||
new CompressorProxy(this); // not a leak
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user