[Mapbender-commits] r6326 - trunk/mapbender/http/plugins
svn_mapbender at osgeo.org
svn_mapbender at osgeo.org
Fri Jun 18 05:13:16 EDT 2010
Author: christoph
Date: 2010-06-18 09:13:16 +0000 (Fri, 18 Jun 2010)
New Revision: 6326
Modified:
trunk/mapbender/http/plugins/mb_pane.js
Log:
Modified: trunk/mapbender/http/plugins/mb_pane.js
===================================================================
--- trunk/mapbender/http/plugins/mb_pane.js 2010-06-18 09:06:00 UTC (rev 6325)
+++ trunk/mapbender/http/plugins/mb_pane.js 2010-06-18 09:13:16 UTC (rev 6326)
@@ -59,7 +59,9 @@
this.resizeAll = function () {
new Mapbender.Warning("Resizing panes of " + o.id);
- layout.resizeAll();
+ setTimeout(function () {
+ layout.resizeAll();
+ }, 100);
};
Mapbender.events.afterInit.register(function () {
More information about the Mapbender_commits
mailing list