[fusion-commits] r1947 - trunk/lib

svn_fusion at osgeo.org svn_fusion at osgeo.org
Fri Oct 16 12:59:27 EDT 2009


Author: pagameba
Date: 2009-10-16 12:59:27 -0400 (Fri, 16 Oct 2009)
New Revision: 1947

Modified:
   trunk/lib/jxlib.uncompressed.js
Log:
merge missing change from 2.0 branch into jxlib to handle toggle buttons in multi buttons.

Modified: trunk/lib/jxlib.uncompressed.js
===================================================================
--- trunk/lib/jxlib.uncompressed.js	2009-10-15 20:34:05 UTC (rev 1946)
+++ trunk/lib/jxlib.uncompressed.js	2009-10-16 16:59:27 UTC (rev 1947)
@@ -12844,9 +12844,8 @@
         if (this.options.enabled) {
             if (this.options.toggle) {
                 this.setActive(!this.options.active);
-            } else {
-                this.fireEvent('click', this);
             }
+            this.fireEvent('click', this);
             if (this.owner && this.owner.deactivate) {
                 this.owner.deactivate(obj.event);
             }



More information about the fusion-commits mailing list