[Kst] branches/work/kst/portto4/kst/src/libkstapp
Mike Fenton
mike at staikos.net
Mon Jul 20 15:52:35 CEST 2009
SVN commit 999796 by fenton:
Fix crash when reloading settings dialog.
M +1 -0 applicationsettingsdialog.cpp
--- branches/work/kst/portto4/kst/src/libkstapp/applicationsettingsdialog.cpp #999795:999796
@@ -28,6 +28,7 @@
: Dialog(parent) {
setWindowTitle(tr("Kst Settings"));
+ setAttribute(Qt::WA_DeleteOnClose, false);
_generalTab = new GeneralTab(this);
_gridTab = new GridTab(this);
More information about the Kst
mailing list