Update of /cvsroot/qooxdoo/qooxdoo/source/script/widgets
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24987/source/script/widgets
Modified Files:
Tag: renderer
QxListViewPane.js
Log Message:
Minor cleanups
Index: QxListViewPane.js
===================================================================
RCS file: /cvsroot/qooxdoo/qooxdoo/source/script/widgets/Attic/QxListViewPane.js,v
retrieving revision 1.1.2.30
retrieving revision 1.1.2.31
diff -C2 -d -r1.1.2.30 -r1.1.2.31
*** QxListViewPane.js 21 Dec 2005 09:12:48 -0000 1.1.2.30
--- QxListViewPane.js 21 Dec 2005 10:34:39 -0000 1.1.2.31
***************
*** 128,131 ****
--- 128,133 ----
var vData = this._data;
var vCell;
+
+ // this.debug("Row-Count: " + this._lastRowCount + " => " + vRowCount);
// Sync cells: Add new ones and configure them
***************
*** 137,140 ****
--- 139,143 ----
{
vCell = new vColumns[vCol].contentClass;
+
this.add(vCell, j++, i);
|