Revision: 4575 http://sourceforge.net/p/vexi/code/4575 Author: clrg Date: 2013-11-13 19:35:50 +0000 (Wed, 13 Nov 2013) Log Message: ----------- Better fix
Modified Paths: -------------- branches/vexi3/org.vexi-vexi.widgets/src_main/org/vexi/theme/classic/bevel.t Modified: branches/vexi3/org.vexi-vexi.widgets/src_main/org/vexi/theme/classic/bevel.t =================================================================== --- branches/vexi3/org.vexi-vexi.widgets/src_main/org/vexi/theme/classic/bevel.t 2013-11-13 19:34:29 UTC (rev 4574) +++ branches/vexi3/org.vexi-vexi.widgets/src_main/org/vexi/theme/classic/bevel.t 2013-11-13 19:35:50 UTC (rev 4575) @@ -62,7 +62,7 @@ // bevel colours var outer1, outer2, outer3, inner1, inner2, inner3; // might want to adjust fill box - var nextfillbox; + var nextfillbox = $outer; if (v!=null) { switch(v) { @@ -117,7 +117,7 @@ } // re-fill - if (nextfillbox != null and nextfillbox != fillbox) { + if (nextfillbox != fillbox) { nextfillbox.fill = fillbox.fill; fillbox.fill = null; fillbox = nextfillbox; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. ------------------------------------------------------------------------------ DreamFactory - Open Source REST & JSON Services for HTML5 & Native Apps OAuth, Users, Roles, SQL, NoSQL, BLOB Storage and External API Access Free app hosting. Or install the open source package on any LAMP server. Sign up and see examples for AngularJS, jQuery, Sencha Touch and Native! http://pubads.g.doubleclick.net/gampad/clk?id=63469471&iu=/4140/ostg.clktrk _______________________________________________ Vexi-svn mailing list Vexi-svn@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/vexi-svn