Revision: 4162 http://vexi.svn.sourceforge.net/vexi/?rev=4162&view=rev Author: clrg Date: 2011-06-27 01:44:57 +0000 (Mon, 27 Jun 2011)
Log Message: ----------- Fix 'hidetabs=false' (behaviour was always as if 'true') Modified Paths: -------------- trunk/org.vexi-vexi.widgets/src_main/org/vexi/theme/classic/tabpane.t Modified: trunk/org.vexi-vexi.widgets/src_main/org/vexi/theme/classic/tabpane.t =================================================================== --- trunk/org.vexi-vexi.widgets/src_main/org/vexi/theme/classic/tabpane.t 2011-06-24 16:12:27 UTC (rev 4161) +++ trunk/org.vexi-vexi.widgets/src_main/org/vexi/theme/classic/tabpane.t 2011-06-27 01:44:57 UTC (rev 4162) @@ -32,7 +32,7 @@ var hideTabsTrap = function(v) { cascade = v; - var hide = 1 >= v_content.numchildren; + var hide = hidetabs and 1 >= v_content.numchildren; $wrap.display = !hide; $content.y = hide ? 0 : $head.height - 2; } This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. ------------------------------------------------------------------------------ All of the data generated in your IT infrastructure is seriously valuable. Why? It contains a definitive record of application performance, security threats, fraudulent activity, and more. Splunk takes this data and makes sense of it. IT sense. And common sense. http://p.sf.net/sfu/splunk-d2d-c2 _______________________________________________ Vexi-svn mailing list Vexi-svn@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/vexi-svn