Author: max
Date: 2007-06-18 21:27:44 -0700 (Mon, 18 Jun 2007)
New Revision: 5467
Modified:
openlaszlo/branches/legals/lps/components/extensions/drawview.lzx
Log:
Change 20070618-maxcarlson-q by [EMAIL PROTECTED] on 2007-06-18 18:35:17 PDT
in /Users/maxcarlson/openlaszlo/legals-clean
for http://svn.openlaszlo.org/openlaszlo/branches/legals
Summary: UPDATED: Fix cachebitmap LZX attribute setting in drawview
New Features:
Bugs Fixed: LPP-4151 - Drawview LZX cachebitmap attribute values have no effect
Technical Reviewer: promanik
QA Reviewer: jcrowley
Doc Reviewer: (pending)
Documentation:
Release Notes:
Details: drawview.lzx - Check args['cachebitmap'] in construct method, since
that's where the property is set.
Tests: See LPP-4151. Red box should be clickable in swf8.
Modified: openlaszlo/branches/legals/lps/components/extensions/drawview.lzx
===================================================================
--- openlaszlo/branches/legals/lps/components/extensions/drawview.lzx
2007-06-19 01:42:39 UTC (rev 5466)
+++ openlaszlo/branches/legals/lps/components/extensions/drawview.lzx
2007-06-19 04:27:44 UTC (rev 5467)
@@ -520,7 +520,7 @@
this.__LINETO_OP = 1;
this.__QCURVE_OP = 2;
this.context = this.getMCRef();
- this.context.cacheAsBitmap = this.cachebitmap;
+ this.context.cacheAsBitmap = args['cachebitmap'] != null ?
args['cachebitmap'] : this.cachebitmap;
this.beginPath();
new LzDelegate( this , "_oninit" , this , "oninit" );
_______________________________________________
Laszlo-checkins mailing list
[email protected]
http://www.openlaszlo.org/mailman/listinfo/laszlo-checkins