You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by ah...@apache.org on 2013/01/17 23:16:44 UTC

svn commit: r1434934 - /flex/sdk/branches/develop/mustella/as3/src/mustella/CompareBitmap.as

Author: aharui
Date: Thu Jan 17 22:16:43 2013
New Revision: 1434934

URL: http://svn.apache.org/viewvc?rev=1434934&view=rev
Log:
Add underline attribute

Modified:
    flex/sdk/branches/develop/mustella/as3/src/mustella/CompareBitmap.as

Modified: flex/sdk/branches/develop/mustella/as3/src/mustella/CompareBitmap.as
URL: http://svn.apache.org/viewvc/flex/sdk/branches/develop/mustella/as3/src/mustella/CompareBitmap.as?rev=1434934&r1=1434933&r2=1434934&view=diff
==============================================================================
--- flex/sdk/branches/develop/mustella/as3/src/mustella/CompareBitmap.as (original)
+++ flex/sdk/branches/develop/mustella/as3/src/mustella/CompareBitmap.as Thu Jan 17 22:16:43 2013
@@ -1128,6 +1128,7 @@ public class CompareBitmap extends Asser
 		}
 		if (d is TextField)
 		{
+			xml.@underline = TextField(d).defaultTextFormat.underline;
 			xml.htmlText = TextField(d).htmlText;
 		}
 		if (d is Loader && Loader(d).contentLoaderInfo.contentType.indexOf("image") != -1)