Revision: 4269 http://vexi.svn.sourceforge.net/vexi/?rev=4269&view=rev Author: clrg Date: 2011-10-05 13:02:32 +0000 (Wed, 05 Oct 2011) Log Message: ----------- Correction for column
Modified Paths: -------------- trunk/org.vexi-vexi.widgets/src_main/org/vexi/theme/classic/button.t trunk/org.vexi-vexi.widgets/src_main/org/vexi/theme/classic/column.t Modified: trunk/org.vexi-vexi.widgets/src_main/org/vexi/theme/classic/button.t =================================================================== --- trunk/org.vexi-vexi.widgets/src_main/org/vexi/theme/classic/button.t 2011-10-05 12:42:06 UTC (rev 4268) +++ trunk/org.vexi-vexi.widgets/src_main/org/vexi/theme/classic/button.t 2011-10-05 13:02:32 UTC (rev 4269) @@ -13,21 +13,21 @@ active ++= static.activeWrite; enabled ++= static.enableWrite; + enabled ++= static.normalWrite; + hover ++= static.normalWrite; focused ++= .focusborder..focusWrite; hover ++= static.normalWrite; normal ++= static.normalWrite; - selected ++= static.selectWrite; + selected ++= static.normalWrite; </bevel> static.enableWrite = function(v) { cascade = v; trapee.textcolor = trapee.enabled ? .settings..textcolor : .settings..textcolor_disabled; - trapee.form = trapee.enabled ? "up" : "thinup"; } static.activeWrite = function(v) { cascade = v; trapee.form = "down"; } - static.normalWrite = function(v) { cascade = v; trapee.form = trapee.selected ? "down" : "up"; } - static.selectWrite = function(v) { cascade = v; if (!trapee.repeat) trapee.normal = true; } + static.normalWrite = function(v) { cascade = v; trapee.form = trapee.enabled ? (trapee.selected ? "down" : "up") : "thinup"; } </vexi> Modified: trunk/org.vexi-vexi.widgets/src_main/org/vexi/theme/classic/column.t =================================================================== --- trunk/org.vexi-vexi.widgets/src_main/org/vexi/theme/classic/column.t 2011-10-05 12:42:06 UTC (rev 4268) +++ trunk/org.vexi-vexi.widgets/src_main/org/vexi/theme/classic/column.t 2011-10-05 13:02:32 UTC (rev 4269) @@ -23,10 +23,10 @@ </ui:box> thisbox.active ++= static.activeWrite; - thisbox.enabled ++= static.enableWrite; + thisbox.enabled ++= static.normalWrite; thisbox.hover ++= static.normalWrite; thisbox.normal ++= static.normalWrite; - thisbox.select ++= static.selectWrite; + thisbox.select ++= static.normalWrite; /** assigns the correct sort arrow image */ thisbox.sort ++= function(v) { @@ -96,8 +96,6 @@ </bevel> static.activeWrite = function(v) { cascade = v; trapee.form = "down"; } - static.enableWrite = function(v) { cascade = v; trapee.form = trapee.enabled ? "up" : "thinup"; } - static.normalWrite = function(v) { cascade = v; trapee.form = trapee.selected ? "down" : "up"; } - static.selectWrite = function(v) { cascade = v; if (!trapee.repeat) trapee.normal = true; } + static.normalWrite = function(v) { cascade = v; trapee.form = trapee.enabled ? (trapee.selected ? "down" : "up") : "thinup"; } </vexi> 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-d2dcopy1 _______________________________________________ Vexi-svn mailing list Vexi-svn@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/vexi-svn