[Kst] branches/work/kst/portto4/kst/src/widgets

Mike Fenton mike at staikos.net
Tue May 26 16:26:18 CEST 2009


SVN commit 973200 by fenton:

Fix jump when editing DataSourceSelector text field.


 M  +1 -1      datasourceselector.cpp  


--- branches/work/kst/portto4/kst/src/widgets/datasourceselector.cpp #973199:973200
@@ -51,7 +51,7 @@
   _fileButton->setFixedSize(size + 8, size + 8);
 
   setSizePolicy(QSizePolicy::Preferred, QSizePolicy::Fixed);
-  connect (_fileEdit, SIGNAL(textChanged(const QString &)), this, SLOT(setFile(const QString &)));
+  connect (_fileEdit, SIGNAL(textChanged(const QString &)), this, SIGNAL(changed(const QString &)));
   connect (_fileButton, SIGNAL(clicked()), this, SLOT(chooseFile()));
 
   QDirModel *dirModel = new QDirModel(this);


More information about the Kst mailing list