Revision: 4574 http://sourceforge.net/p/vexi/code/4574 Author: clrg Date: 2013-11-13 19:34:29 +0000 (Wed, 13 Nov 2013) Log Message: ----------- Fix - add null check
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:23:19 UTC (rev 4573) +++ branches/vexi3/org.vexi-vexi.widgets/src_main/org/vexi/theme/classic/bevel.t 2013-11-13 19:34:29 UTC (rev 4574) @@ -117,7 +117,7 @@ } // re-fill - if (nextfillbox != fillbox) { + if (nextfillbox != null and 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