[Kst] branches/work/kst/portto4/kst/src/libkstapp
Mike Fenton
mike at staikos.net
Thu Oct 23 21:44:27 CEST 2008
SVN commit 875244 by fenton:
Fix bug with commandline loading layout problems.
M +2 -1 application.cpp
--- branches/work/kst/portto4/kst/src/libkstapp/application.cpp #875243:875244
@@ -63,9 +63,10 @@
if (!file.toString().isEmpty())
_mainWindow->openFile(file.toString());*/
+ _mainWindow->show();
+
_mainWindow->initFromCommandLine();
- _mainWindow->show();
}
More information about the Kst
mailing list