From 331a995c940637e951dedcdcbdbd52203084ac0e Mon Sep 17 00:00:00 2001 From: Ram Vibhakar Date: Mon, 17 Aug 2015 19:05:01 +0800 Subject: [PATCH] - Version number and TestFlight update - No scaling for desktop --- KSKApp_Air/src/KSketch_Portable-app.xml | 6 ++---- KSKInterface/src/sg/edu/smu/ksketch2/KSketchGlobals.as | 2 +- .../smu/ksketch2/canvas/controls/KSketch_CacheControl.as | 4 ++-- 3 files changed, 5 insertions(+), 7 deletions(-) diff --git a/KSKApp_Air/src/KSketch_Portable-app.xml b/KSKApp_Air/src/KSketch_Portable-app.xml index c63c620d..22bb9387 100755 --- a/KSKApp_Air/src/KSketch_Portable-app.xml +++ b/KSKApp_Air/src/KSketch_Portable-app.xml @@ -28,10 +28,10 @@ - 2.0.7 + 2.1.1 - 2.0.7 + 2.1.1 @@ -277,10 +277,8 @@ get-task-allow - ]]> diff --git a/KSKInterface/src/sg/edu/smu/ksketch2/KSketchGlobals.as b/KSKInterface/src/sg/edu/smu/ksketch2/KSketchGlobals.as index 0ef6bb0b..ee44b531 100755 --- a/KSKInterface/src/sg/edu/smu/ksketch2/KSketchGlobals.as +++ b/KSKInterface/src/sg/edu/smu/ksketch2/KSketchGlobals.as @@ -63,7 +63,7 @@ package sg.edu.smu.ksketch2 public static function setView():void { - if(Capabilities.playerType != "PlugIn") + if(Capabilities.playerType != "PlugIn" && Capabilities.playerType != "Desktop") { if(Capabilities.screenResolutionX > Capabilities.screenResolutionY) { diff --git a/KSKInterface/src/sg/edu/smu/ksketch2/canvas/controls/KSketch_CacheControl.as b/KSKInterface/src/sg/edu/smu/ksketch2/canvas/controls/KSketch_CacheControl.as index 6421ea3f..d44880d6 100644 --- a/KSKInterface/src/sg/edu/smu/ksketch2/canvas/controls/KSketch_CacheControl.as +++ b/KSKInterface/src/sg/edu/smu/ksketch2/canvas/controls/KSketch_CacheControl.as @@ -234,7 +234,7 @@ package sg.edu.smu.ksketch2.canvas.controls var arr:Array = cachedDocuments; if(arr !=null){ for(var i:int=0;i