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 [EMAIL PROTECTED] 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: LPP-4370 - drawview doesn't respect visibility

Technical Reviewer: ben
QA Reviewer: jcrowley
Doc Reviewer: (pending)

Documentation:

Release Notes:

Details: Reset visibility to the value of thie visible attribute.
    

Tests: See LPP-4370.



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
[email protected]
http://www.openlaszlo.org/mailman/listinfo/laszlo-checkins

Reply via email to