[Commits] r1457 - core/trunk/geoext/lib/GeoExt/widgets
commits at geoext.org
commits at geoext.org
Mon Nov 16 09:48:09 CET 2009
Author: bartvde
Date: 2009-11-16 09:48:09 +0100 (Mon, 16 Nov 2009)
New Revision: 1457
Modified:
core/trunk/geoext/lib/GeoExt/widgets/LegendPanel.js
Log:
add hideMode offsets to legend panel so hiding works okay in IE, r=elemoine (closes #176)
Modified: core/trunk/geoext/lib/GeoExt/widgets/LegendPanel.js
===================================================================
--- core/trunk/geoext/lib/GeoExt/widgets/LegendPanel.js 2009-11-16 00:31:38 UTC (rev 1456)
+++ core/trunk/geoext/lib/GeoExt/widgets/LegendPanel.js 2009-11-16 08:48:09 UTC (rev 1457)
@@ -283,6 +283,7 @@
id: layer.id,
border: false,
bodyBorder: false,
+ hideMode: 'offsets',
bodyStyle: this.bodyStyle,
items: [
new Ext.form.Label({
More information about the Commits
mailing list