[Commits] r1530 - sandbox/cmoullet/ux/GoogleEarthPanel/ux/widgets

commits at geoext.org commits at geoext.org
Tue Dec 1 23:47:17 CET 2009


Author: cmoullet
Date: 2009-12-01 23:47:17 +0100 (Tue, 01 Dec 2009)
New Revision: 1530

Modified:
   sandbox/cmoullet/ux/GoogleEarthPanel/ux/widgets/GoogleEarthPanel.js
Log:
Manage events


Modified: sandbox/cmoullet/ux/GoogleEarthPanel/ux/widgets/GoogleEarthPanel.js
===================================================================
--- sandbox/cmoullet/ux/GoogleEarthPanel/ux/widgets/GoogleEarthPanel.js	2009-12-01 22:21:59 UTC (rev 1529)
+++ sandbox/cmoullet/ux/GoogleEarthPanel/ux/widgets/GoogleEarthPanel.js	2009-12-01 22:47:17 UTC (rev 1530)
@@ -225,7 +225,9 @@
      * Changes camera and lookAt points on GE move
      */
     onFrameEnd: function() {
+        this.suspendEvents();
         this.refresh();
+        this.resumeEvents();
     },
 
     /**



More information about the Commits mailing list