[Commits] r551 - apps/opengeo/geoexplorer/trunk/lib
commits at geoext.org
commits at geoext.org
Thu Apr 30 18:42:06 CEST 2009
Author: sbenthall
Date: 2009-04-30 18:42:06 +0200 (Thu, 30 Apr 2009)
New Revision: 551
Modified:
apps/opengeo/geoexplorer/trunk/lib/GeoExplorer.js
Log:
deselect cap grid rows on closing cap grid window
Modified: apps/opengeo/geoexplorer/trunk/lib/GeoExplorer.js
===================================================================
--- apps/opengeo/geoexplorer/trunk/lib/GeoExplorer.js 2009-04-30 16:41:39 UTC (rev 550)
+++ apps/opengeo/geoexplorer/trunk/lib/GeoExplorer.js 2009-04-30 16:42:06 UTC (rev 551)
@@ -414,7 +414,12 @@
},
scope: this
})
- ]
+ ],
+ listeners: {
+ hide: function(win){
+ capGridPanel.getSelectionModel().clearSelections();
+ }
+ }
});
},
More information about the Commits
mailing list