[mapguide-commits] r6199 - branches/2.2/MgDev/Web/src/viewerfiles

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Fri Nov 4 06:04:57 EDT 2011


Author: jng
Date: 2011-11-04 03:04:57 -0700 (Fri, 04 Nov 2011)
New Revision: 6199

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

Modified: branches/2.2/MgDev/Web/src/viewerfiles/ajaxmappane.templ
===================================================================
--- branches/2.2/MgDev/Web/src/viewerfiles/ajaxmappane.templ	2011-11-04 10:02:15 UTC (rev 6198)
+++ branches/2.2/MgDev/Web/src/viewerfiles/ajaxmappane.templ	2011-11-04 10:04:57 UTC (rev 6199)
@@ -3971,6 +3971,7 @@
 
 function IsPropertyCtrlVisible()
 {
+    if (!isProperties) return false;
     return GetPropertyCtrl().width > 0;
 }
 



More information about the mapguide-commits mailing list