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:
Peter Kümmel 2006-12-03 10:30:18 +00:00
parent 2d0e33fc3f
commit a5b66d297f

View File

@ -159,7 +159,7 @@ GuiView::GuiView(int id)
setAttribute(Qt::WA_QuitOnClose, false); setAttribute(Qt::WA_QuitOnClose, false);
// FIXME: the following statement avoids memory leaks but produces a // FIXME: the following statement avoids memory leaks but produces a
// crash after a new window has been closed (click into the menu) // 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 // hardcode here the platform specific icon size
d.smallIconSize = 14; // scaling problems d.smallIconSize = 14; // scaling problems