[mapguide-commits] r6198 - trunk/MgDev/Web/src/viewerfiles

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Fri Nov 4 06:02:15 EDT 2011


Author: jng
Date: 2011-11-04 03:02:15 -0700 (Fri, 04 Nov 2011)
New Revision: 6198

Modified:
   trunk/MgDev/Web/src/viewerfiles/ajaxmappane.templ
Log:
#1843: Refine the property pane visibility check. Patch provided by Gabriele Monfardini

Modified: trunk/MgDev/Web/src/viewerfiles/ajaxmappane.templ
===================================================================
--- trunk/MgDev/Web/src/viewerfiles/ajaxmappane.templ	2011-11-03 05:45:10 UTC (rev 6197)
+++ trunk/MgDev/Web/src/viewerfiles/ajaxmappane.templ	2011-11-04 10:02:15 UTC (rev 6198)
@@ -4156,6 +4156,7 @@
 
 function IsPropertyCtrlVisible()
 {
+    if (!isProperties) return false;
     return GetPropertyCtrl().width > 0;
 }
 



More information about the mapguide-commits mailing list