Revision: 4674 http://sourceforge.net/p/vexi/code/4674 Author: mkpg2 Date: 2014-03-13 21:23:13 +0000 (Thu, 13 Mar 2014) Log Message: ----------- Fix. Make tabtext (more?) optional.
Modified Paths: -------------- branches/vexi3/org.vexi-vexi.widgets/src_main/org/vexi/lib/widget/tabpane.t Modified: branches/vexi3/org.vexi-vexi.widgets/src_main/org/vexi/lib/widget/tabpane.t =================================================================== --- branches/vexi3/org.vexi-vexi.widgets/src_main/org/vexi/lib/widget/tabpane.t 2014-03-13 20:47:18 UTC (rev 4673) +++ branches/vexi3/org.vexi-vexi.widgets/src_main/org/vexi/lib/widget/tabpane.t 2014-03-13 21:23:13 UTC (rev 4674) @@ -181,7 +181,9 @@ t.selected ++= tabselectWrite; t.width ++= tabListPolicy; c.tabtext ++= static.tabtextWrite; - c.v_tab.text = c.tabtext; + if(c.tabtext!=null){ + c.v_tab.text = c.tabtext; + } // place the tab taborder.push(c); th_head[trapname] = t; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. ------------------------------------------------------------------------------ Learn Graph Databases - Download FREE O'Reilly Book "Graph Databases" is the definitive new guide to graph databases and their applications. Written by three acclaimed leaders in the field, this first edition is now available. Download your free book today! http://p.sf.net/sfu/13534_NeoTech _______________________________________________ Vexi-svn mailing list Vexi-svn@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/vexi-svn