You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by pu...@apache.org on 2018/10/19 06:34:53 UTC

[royale-asjs] branch develop updated: Update FlexPrintJobScaleType.as

This is an automated email from the ASF dual-hosted git repository.

pushminakazi pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git


The following commit(s) were added to refs/heads/develop by this push:
     new 47698fe  Update FlexPrintJobScaleType.as
47698fe is described below

commit 47698fee9213fbd69b8e3158473773f9ff890035
Author: pashminakazi <42...@users.noreply.github.com>
AuthorDate: Fri Oct 19 11:34:49 2018 +0500

    Update FlexPrintJobScaleType.as
---
 .../MXRoyale/src/main/royale/mx/printing/FlexPrintJobScaleType.as        | 1 +
 1 file changed, 1 insertion(+)

diff --git a/frameworks/projects/MXRoyale/src/main/royale/mx/printing/FlexPrintJobScaleType.as b/frameworks/projects/MXRoyale/src/main/royale/mx/printing/FlexPrintJobScaleType.as
index 3939a69..4131938 100644
--- a/frameworks/projects/MXRoyale/src/main/royale/mx/printing/FlexPrintJobScaleType.as
+++ b/frameworks/projects/MXRoyale/src/main/royale/mx/printing/FlexPrintJobScaleType.as
@@ -101,6 +101,7 @@ public final class FlexPrintJobScaleType
 	 *  @productversion Royale 0.9.3
 	 */
 	public static const SHOW_ALL:String = "showAll";
+	public static const MATCH_WIDTH:String = "matchWidth";
 }
 
 }