[rkward-cvs] SF.net SVN: rkward:[3736] trunk/rkward/rkward/plugin/rkformula.cpp

tfry at users.sourceforge.net tfry at users.sourceforge.net
Fri Sep 9 10:01:01 UTC 2011


Revision: 3736
          http://rkward.svn.sourceforge.net/rkward/?rev=3736&view=rev
Author:   tfry
Date:     2011-09-09 10:01:00 +0000 (Fri, 09 Sep 2011)
Log Message:
-----------
Well, the formula widget is still unfinished and unused, but a minor correction, while I came across this.

Modified Paths:
--------------
    trunk/rkward/rkward/plugin/rkformula.cpp

Modified: trunk/rkward/rkward/plugin/rkformula.cpp
===================================================================
--- trunk/rkward/rkward/plugin/rkformula.cpp	2011-09-09 09:55:18 UTC (rev 3735)
+++ trunk/rkward/rkward/plugin/rkformula.cpp	2011-09-09 10:01:00 UTC (rev 3736)
@@ -2,7 +2,7 @@
                           rkformula  -  description
                              -------------------
     begin                : Thu Aug 12 2004
-    copyright            : (C) 2004, 2006, 2007, 2009 by Thomas Friedrichsmeier
+    copyright            : (C) 2004, 2006, 2007, 2009, 2011 by Thomas Friedrichsmeier
     email                : tfry at users.sourceforge.net
  ***************************************************************************/
 
@@ -43,9 +43,11 @@
 	fixed_factors = new RKComponentPropertyRObjects (this, true);
 	connect (fixed_factors, SIGNAL (valueChanged (RKComponentPropertyBase *)), this, SLOT (factorsChanged (RKComponentPropertyBase *)));
 	addChild ("fixed_factors", fixed_factors);
+	fixed_factors->setInternal (true);
 	dependent = new RKComponentPropertyRObjects (this, true);
 	connect (dependent, SIGNAL (valueChanged (RKComponentPropertyBase *)), this, SLOT (factorsChanged (RKComponentPropertyBase *)));
 	addChild ("dependent", dependent);
+	dependent->setInternal (true);
 	model = new RKComponentPropertyBase (this, true);
 	addChild ("model", model);
 	model->setInternal (true);

This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.





More information about the rkward-tracker mailing list