[Kst] extragear/graphics/kst/kst/extensions/js

George Staikos staikos at kde.org
Sat Jun 18 16:19:48 CEST 2005


SVN commit 426771 by staikos:

Of course I documented the reason why it was broken. :-)


 M  +0 -3      bind_label.cpp  


--- trunk/extragear/graphics/kst/kst/extensions/js/bind_label.cpp #426770:426771
@@ -229,7 +229,6 @@
   if (d) {
     KstWriteLocker wl(d);
     d->setText(value.toString(exec).qstring());
-    d->adjustSizeForText(); // FIXME: should we leave this here?
     KstApp::inst()->paintAll(P_PAINT);
   }
 }
@@ -256,7 +255,6 @@
   if (d) {
     KstWriteLocker wl(d);
     d->setFontName(value.toString(exec).qstring());
-    d->adjustSizeForText(); // FIXME: should we leave this here?
     KstApp::inst()->paintAll(P_PAINT);
   }
 }
@@ -284,7 +282,6 @@
   if (d) {
     KstWriteLocker wl(d);
     d->setFontSize(i);
-    d->adjustSizeForText(); // FIXME: should we leave this here?
     KstApp::inst()->paintAll(P_PAINT);
   }
 }


More information about the Kst mailing list