You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pivot.apache.org by rw...@apache.org on 2018/04/16 17:25:45 UTC

svn commit: r1829301 - /pivot/trunk/wtk/src/org/apache/pivot/wtk/content/ListButtonDataRenderer.java

Author: rwhitcomb
Date: Mon Apr 16 17:25:45 2018
New Revision: 1829301

URL: http://svn.apache.org/viewvc?rev=1829301&view=rev
Log:
Take out already done "TODO" item in ListButtonDataRenderer Javadoc.

Modified:
    pivot/trunk/wtk/src/org/apache/pivot/wtk/content/ListButtonDataRenderer.java

Modified: pivot/trunk/wtk/src/org/apache/pivot/wtk/content/ListButtonDataRenderer.java
URL: http://svn.apache.org/viewvc/pivot/trunk/wtk/src/org/apache/pivot/wtk/content/ListButtonDataRenderer.java?rev=1829301&r1=1829300&r2=1829301&view=diff
==============================================================================
--- pivot/trunk/wtk/src/org/apache/pivot/wtk/content/ListButtonDataRenderer.java (original)
+++ pivot/trunk/wtk/src/org/apache/pivot/wtk/content/ListButtonDataRenderer.java Mon Apr 16 17:25:45 2018
@@ -21,9 +21,7 @@ import org.apache.pivot.wtk.HorizontalAl
 import org.apache.pivot.wtk.Style;
 
 /**
- * Default list button data renderer. <p> TODO Add showIcon property to this
- * class so the size of the button doesn't change when changing selection
- * between items with and without icons.
+ * Default list button data renderer.
  */
 public class ListButtonDataRenderer extends ButtonDataRenderer {
     public ListButtonDataRenderer() {