Revision: 4282 http://vexi.svn.sourceforge.net/vexi/?rev=4282&view=rev Author: clrg Date: 2011-10-16 02:42:00 +0000 (Sun, 16 Oct 2011) Log Message: ----------- Fix check not respecting enabled state
Modified Paths: -------------- trunk/org.vexi-vexi.widgets/src_main/org/vexi/theme/classic/check.t Modified: trunk/org.vexi-vexi.widgets/src_main/org/vexi/theme/classic/check.t =================================================================== --- trunk/org.vexi-vexi.widgets/src_main/org/vexi/theme/classic/check.t 2011-10-16 01:01:27 UTC (rev 4281) +++ trunk/org.vexi-vexi.widgets/src_main/org/vexi/theme/classic/check.t 2011-10-16 02:42:00 UTC (rev 4282) @@ -35,9 +35,9 @@ static.checkinit = { margin:3, padding:"0 5", align:"left" }; - static.activeWrite = function(v) { trapee.th_bg.fill = "#d4d0c8"; cascade = v; } + static.activeWrite = function(v) { cascade = v; trapee.th_bg.fill = "#d4d0c8"; } - static.enableWrite = function(v) { trapee.th_bevel.form = v ? "down" : "thindown"; } + static.enableWrite = function(v) { cascade = v; trapee.th_bevel.form = trapee.enabled ? "down" : "thindown"; } static.mixedWrite = function(v) { cascade = v; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. ------------------------------------------------------------------------------ All the data continuously generated in your IT infrastructure contains a definitive record of customers, application performance, security threats, fraudulent activity and more. Splunk takes this data and makes sense of it. Business sense. IT sense. Common sense. http://p.sf.net/sfu/splunk-d2d-oct _______________________________________________ Vexi-svn mailing list Vexi-svn@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/vexi-svn