[Kst] extragear/graphics/kst/kst

Ted Kisner tskisner.public at gmail.com
Tue Nov 1 22:45:12 CET 2005


SVN commit 476732 by tskisner:

When loading an image from a kst file, it will crash unless we actually load the matrix into _inputMatrices when parsing the Dom.  This fixes the problems I was having when saving a healpix image (or simply trying to save/load the example asciimatrix.txt image)

 M  +1 -0      kstimage.cpp  


--- trunk/extragear/graphics/kst/kst/kstimage.cpp #476731:476732
@@ -73,6 +73,7 @@
   }
 
   _inputMatrixLoadQueue.append(qMakePair(THEMATRIX, in_matrixName));
+  KstDataObject::loadInputs();
 
   setTagName(in_tag);
   _typeString = i18n("Image");


More information about the Kst mailing list