[Laszlo-checkins] r12088 - openlaszlo/trunk/WEB-INF/lps/lfc/views
bargull@openlaszlo.org
bargull at openlaszlo.org
Fri Dec 12 16:09:42 PST 2008
Author: bargull
Date: 2008-12-12 16:09:40 -0800 (Fri, 12 Dec 2008)
New Revision: 12088
Modified:
openlaszlo/trunk/WEB-INF/lps/lfc/views/LaszloView.lzs
Log:
Change 20081213-bargull-lsl by bargull at dell--p4--2-53 on 2008-12-13 01:07:28
in /home/Admin/src/svn/openlaszlo/trunk
for http://svn.openlaszlo.org/openlaszlo/trunk
Summary: rotation broken in swf8
New Features:
Bugs Fixed: LPP-7468
Technical Reviewer: (pending)
QA Reviewer: (pending)
Doc Reviewer: (pending)
Documentation:
Release Notes:
Details:
there is no implicit this in the lfc.
Tests:
Modified: openlaszlo/trunk/WEB-INF/lps/lfc/views/LaszloView.lzs
===================================================================
--- openlaszlo/trunk/WEB-INF/lps/lfc/views/LaszloView.lzs 2008-12-13 00:09:14 UTC (rev 12087)
+++ openlaszlo/trunk/WEB-INF/lps/lfc/views/LaszloView.lzs 2008-12-13 00:09:40 UTC (rev 12088)
@@ -1119,8 +1119,8 @@
if ( this.__LZhasoffset ){
this._xrecompute = true;
this._yrecompute = true;
- $lzc$set_x(this.x);
- $lzc$set_y(this.y);
+ this.$lzc$set_x(this.x);
+ this.$lzc$set_y(this.y);
}
var vip:LzView = (this.immediateparent cast LzView);
More information about the Laszlo-checkins
mailing list