svn commit: r1589011 - /pivot/trunk/wtk/src/org/apache/pivot/wtk/GridPane.java

2014-04-21 Thread rwhitcomb
Author: rwhitcomb Date: Tue Apr 22 01:11:41 2014 New Revision: 1589011 URL: http://svn.apache.org/r1589011 Log: PIVOT-946: With the addition of a GridPane.Row(GridPane) constructor, we need a default no-arg constructor as well, which used to be supplied by the compiler because there were no

svn commit: r1589012 - /pivot/trunk/wtk-terra/src/org/apache/pivot/wtk/skin/terra/TerraVFSBrowserSkin.java

2014-04-21 Thread rwhitcomb
Author: rwhitcomb Date: Tue Apr 22 01:23:01 2014 New Revision: 1589012 URL: http://svn.apache.org/r1589012 Log: PIVOT-946: Undo part of the change to TerraVFSBrowserSkin: Cannot reuse a GridPane.Filler once it has been used in another context. So, revert to the old code. Modified: