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

Modified:
/piccolo2d.java/branches/release-1.3/core/src/main/java/edu/umd/cs/piccolo/nodes/PText.java

=======================================
--- /piccolo2d.java/branches/release-1.3/core/src/main/java/edu/umd/cs/piccolo/nodes/PText.java Tue Mar 15 15:28:41 2011 +++ /piccolo2d.java/branches/release-1.3/core/src/main/java/edu/umd/cs/piccolo/nodes/PText.java Sat Dec 10 12:59:59 2011
@@ -327,7 +327,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