[Kst] branches/work/kst/portto4/kst/src/libkstapp
Peter Kümmel
syntheticpp at gmx.net
Sun Feb 13 13:44:11 CET 2011
SVN commit 1220244 by kuemmel:
trigger a change to update the config dialog
M +4 -0 datawizard.cpp
--- branches/work/kst/portto4/kst/src/libkstapp/datawizard.cpp #1220243:1220244
@@ -680,9 +680,13 @@
// the dialog needs to know that the default has been set....
_pageDataSource->sourceChanged(_dialogDefaults->value("vector/datasource",".").toString());
+ if (!fileToOpen.isEmpty()) {
+ _pageDataSource->sourceChanged(fileToOpen);
}
+}
+
DataWizard::~DataWizard() {
}
More information about the Kst
mailing list