Author: max
Date: 2007-09-25 17:22:21 -0700 (Tue, 25 Sep 2007)
New Revision: 6602

Modified:
   openlaszlo/trunk/WEB-INF/lps/lfc/views/LaszloView.lzs
Log:
Change 20070925-maxcarlson-g by [EMAIL PROTECTED] on 2007-09-25 15:42:07 PDT
    in /Users/maxcarlson/openlaszlo/trunk
    for http://svn.openlaszlo.org/openlaszlo/trunk

Summary: Fix stretches

New Features:

Bugs Fixed: LPP-4778 - "LzView#setX(..)" and "LzView#setY(..)" optimization 
breaks xoffset / yoffset

Technical Reviewer: promanik
QA Reviewer: [EMAIL PROTECTED]
Doc Reviewer: (pending)

Documentation:

Release Notes:

Details: Shouldn't have set defaults for _x/y/width/height.
    

Tests: http://localhost:8080/trunk/examples/components/style_example.lzx runs 
correctly



Modified: openlaszlo/trunk/WEB-INF/lps/lfc/views/LaszloView.lzs
===================================================================
--- openlaszlo/trunk/WEB-INF/lps/lfc/views/LaszloView.lzs       2007-09-26 
00:17:24 UTC (rev 6601)
+++ openlaszlo/trunk/WEB-INF/lps/lfc/views/LaszloView.lzs       2007-09-26 
00:22:21 UTC (rev 6602)
@@ -743,10 +743,6 @@
 /** @access private */ var __LZoutlieheight = null;
 /** @access private */ var __LZoutliewidth = null;
 /** @access private */ var __LZsubUniqueNum = null;
-/** @access private */ var _x = 0;
-/** @access private */ var _y = 0;
-/** @access private */ var _width = 0;
-/** @access private */ var _height = 0;
 
 /**
   * this creates a specific child layout for this view. When called a second 
time


_______________________________________________
Laszlo-checkins mailing list
[email protected]
http://www.openlaszlo.org/mailman/listinfo/laszlo-checkins

Reply via email to