|
|
|
[
Permlink
| « Hide
]
Benjamin Shine - 26/Jul/07 04:49 PM
Reported by Maynard Demmon, mdemmon@laszlosystems.com
This was working in 4.0.2, but not in 4.0.3.
It was happening on a PC. Author: max
Date: 2007-08-21 18:51:46 -0700 (Tue, 21 Aug 2007) New Revision: 6175 Modified: openlaszlo/branches/wafflecone/lps/components/extensions/drawview.lzx Log: Change 20070821-maxcarlson-N by maxcarlson@plastik on 2007-08-21 17:59:00 PDT in /Users/maxcarlson/openlaszlo/wafflecone for http://svn.openlaszlo.org/openlaszlo/branches/wafflecone Summary: Make swf drawviews respec visible attribute New Features: Bugs Fixed: Technical Reviewer: ben QA Reviewer: jcrowley Doc Reviewer: (pending) Documentation: Release Notes: Details: Reset visibility to the value of thie visible attribute. Tests: See Modified: openlaszlo/branches/wafflecone/lps/components/extensions/drawview.lzx =================================================================== --- openlaszlo/branches/wafflecone/lps/components/extensions/drawview.lzx 2007-08-22 01:00:44 UTC (rev 6174) +++ openlaszlo/branches/wafflecone/lps/components/extensions/drawview.lzx 2007-08-22 01:51:46 UTC (rev 6175) @@ -734,7 +734,7 @@ m.curveTo(op[1], op[2], op[3], op[4]); } } - this.context._visible = true; + this.context._visible = this.visible; } function clip () { _______________________________________________ Laszlo-checkins mailing list Laszlo-checkins@openlaszlo.org http://www.openlaszlo.org/mailman/listinfo/laszlo-checkins Tested in Firefox 2.0.0.8 on windows against r6938 trunk. No views are visible which is the expected behavior for this script.
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||