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

Nicolas Brisset nicolas.brisset at eurocopter.com
Fri Nov 19 00:18:43 CET 2010


SVN commit 1198561 by brisset:

reset() already calls _resetFieldMetadata(), no need to do it twice.
But _resetFieldMetadata() still gets called too many times (down from 4 to 3 times for each vector when loading from the data.
wizard!)


 M  +0 -1      datavector.cpp  


--- branches/work/kst/portto4/kst/src/libkst/datavector.cpp #1198560:1198561
@@ -136,7 +136,6 @@
     _dp->dataSource()->writeLock();
   }
   reset();
-  _resetFieldMetadata();
   if (_dp->dataSource()) {
     _dp->dataSource()->unlock();
   }


More information about the Kst mailing list