[Kst] kdeextragear-2/kst/kst

Andrew Walker arwalker at sumusltd.com
Wed Apr 28 23:34:43 CEST 2004


CVS commit by arwalker: 

Make drag/drop work correctly for grouped objects.


  M +1 -1      kstviewobject.cpp   1.33


--- kdeextragear-2/kst/kst/kstviewobject.cpp  #1.32:1.33
@@ -601,5 +601,5 @@ void KstViewObject::readBinary(QDataStre
     if (o.data()) {
       str >> o;
-      _children.append(o);
+      appendChild( o, true );
     } else {
       abort();





More information about the Kst mailing list