[Commits] r2225 - core/trunk/geoext/lib/GeoExt/widgets

commits at geoext.org commits at geoext.org
Sat Jun 26 15:49:52 CEST 2010


Author: ahocevar
Date: 2010-06-26 15:49:52 +0200 (Sat, 26 Jun 2010)
New Revision: 2225

Modified:
   core/trunk/geoext/lib/GeoExt/widgets/VectorLegend.js
Log:
added comment. non-functional change.

Modified: core/trunk/geoext/lib/GeoExt/widgets/VectorLegend.js
===================================================================
--- core/trunk/geoext/lib/GeoExt/widgets/VectorLegend.js	2010-06-22 10:49:14 UTC (rev 2224)
+++ core/trunk/geoext/lib/GeoExt/widgets/VectorLegend.js	2010-06-26 13:49:52 UTC (rev 2225)
@@ -574,6 +574,7 @@
                 this.addRuleEntry(this.rules[i], true);
             }
             this.doLayout();
+            // make sure that the selected rule is still selected after update
             if (this.selectedRule) {
                 this.getRuleEntry(this.selectedRule).body.addClass("x-grid3-row-selected");
             }



More information about the Commits mailing list