[fusion-commits] r2051 - sandbox/jxlib-3.0/widgets
svn_fusion at osgeo.org
svn_fusion at osgeo.org
Mon Feb 1 16:13:32 EST 2010
Author: madair
Date: 2010-02-01 16:13:31 -0500 (Mon, 01 Feb 2010)
New Revision: 2051
Modified:
sandbox/jxlib-3.0/widgets/SelectAttribute.js
Log:
update layer attribute values when the active layer is set
Modified: sandbox/jxlib-3.0/widgets/SelectAttribute.js
===================================================================
--- sandbox/jxlib-3.0/widgets/SelectAttribute.js 2010-02-01 21:13:04 UTC (rev 2050)
+++ sandbox/jxlib-3.0/widgets/SelectAttribute.js 2010-02-01 21:13:31 UTC (rev 2051)
@@ -94,6 +94,7 @@
for (var i=0; i<this.layerList.options.length; ++i) {
if (this.layerList.options[i].value == layer.layerName) {
this.layerList.selectedIndex = i;
+ this.setAttributeOptions();
break;
}
}
More information about the fusion-commits
mailing list