Revision: 1158
Author:   heuermh
Date:     Sat Dec 10 12:57:01 2011
Log:      Issue 231 ; doc fix, width --> height
http://code.google.com/p/piccolo2d/source/detail?r=1158

Modified:
 /piccolo2d.java/trunk/core/src/main/java/org/piccolo2d/nodes/PText.java

=======================================
--- /piccolo2d.java/trunk/core/src/main/java/org/piccolo2d/nodes/PText.java Tue Mar 15 15:23:53 2011 +++ /piccolo2d.java/trunk/core/src/main/java/org/piccolo2d/nodes/PText.java Sat Dec 10 12:57:01 2011
@@ -310,7 +310,7 @@
      * the height of its text.
      *
      * @param constrainHeightToTextHeight true if this text node should
-     *            constrain its height to the width of its text
+     *            constrain its height to the height of its text
      */
public void setConstrainHeightToTextHeight(final boolean constrainHeightToTextHeight) {
         this.constrainHeightToTextHeight = constrainHeightToTextHeight;

--
Piccolo2D Developers Group: http://groups.google.com/group/piccolo2d-dev?hl=en

Reply via email to