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

Adam Treat treat at kde.org
Fri Sep 21 18:31:32 CEST 2007


SVN commit 715264 by treat:

* These don't work yet, so disable.


 M  +5 -0      generaltab.cpp  


--- branches/work/kst/portto4/kst/src/libkstapp/generaltab.cpp #715263:715264
@@ -24,6 +24,11 @@
   connect(_refViewHeight, SIGNAL(valueChanged(double)), this, SIGNAL(modified()));
   connect(_refFontSize, SIGNAL(valueChanged(int)), this, SIGNAL(modified()));
   connect(_minFontSize, SIGNAL(valueChanged(int)), this, SIGNAL(modified()));
+
+  _refViewWidth->setEnabled(false);
+  _refViewHeight->setEnabled(false);
+  _refFontSize->setEnabled(false);
+  _minFontSize->setEnabled(false);
 }
 
 


More information about the Kst mailing list