mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-07 12:32:26 +00:00
prepare fixing some memory leaks
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@16155 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
2d0e33fc3f
commit
a5b66d297f
@ -159,7 +159,7 @@ GuiView::GuiView(int id)
|
||||
setAttribute(Qt::WA_QuitOnClose, false);
|
||||
// FIXME: the following statement avoids memory leaks but produces a
|
||||
// crash after a new window has been closed (click into the menu)
|
||||
//setAttribute(Qt::WA_DeleteOnClose, false);
|
||||
//setAttribute(Qt::WA_DeleteOnClose, true);
|
||||
|
||||
// hardcode here the platform specific icon size
|
||||
d.smallIconSize = 14; // scaling problems
|
||||
|
Loading…
Reference in New Issue
Block a user