[Kst] kdeextragear-2/kst/kst

Barth Netterfield netterfield at astro.utoronto.ca
Wed Aug 11 15:50:30 CEST 2004


CVS commit by netterfield: 

Default scalar value is 0, since it is unlilkely you wanted the speed of light.


  M +3 -0      scalarselector.ui.h   1.8


--- kdeextragear-2/kst/kst/scalarselector.ui.h  #1.7:1.8
@@ -35,4 +35,7 @@ void ScalarSelector::update()
     if (found) {
         _scalar->setCurrentText(prev);
+    } else {
+      _scalar->insertItem("0");
+      _scalar->setCurrentText("0");
     }
     blockSignals(false);





More information about the Kst mailing list