OSDN Git Service

サイズ変更時にテキスト関連の再作成を行わないようにした
authortest <test@yahoo.co.jp>
Sat, 22 Aug 2020 13:35:12 +0000 (22:35 +0900)
committertest <test@yahoo.co.jp>
Sat, 22 Aug 2020 13:35:12 +0000 (22:35 +0900)
UWP/FooEditEngine.UWP/Direct2D/D2DRender.cs
UWP/FooEditEngine.UWP/FooEditEngine.UWP.nuspec
UWP/FooEditEngine.UWP/Properties/AssemblyInfo.cs

index 94b1fb6..18294e8 100644 (file)
@@ -125,7 +125,6 @@ namespace FooEditEngine
         {
             this.DestructRenderAndResource();
             this.ConstructRenderAndResoruce(width, height);
-            this.ReinitTextFormat();
         }
     }
 }
index 5a719de..af2557c 100644 (file)
@@ -2,7 +2,7 @@
 <package >
   <metadata>
     <id>FooEditEngine.UWP</id>
-    <version>1.2.11</version>
+    <version>1.2.12</version>
     <title>FooTextBox</title>
     <authors>Foo Project</authors>
     <owners>Foo Project</owners>
index 5f69440..0295839 100644 (file)
@@ -24,6 +24,6 @@ using System.Runtime.InteropServices;
 // You can specify all the values or you can default the Build and Revision Numbers 
 // by using the '*' as shown below:
 // [assembly: AssemblyVersion("1.0.*")]
-[assembly: AssemblyVersion("1.1.2.11")]
-[assembly: AssemblyFileVersion("1.1.2.11")]
+[assembly: AssemblyVersion("1.1.2.12")]
+[assembly: AssemblyFileVersion("1.1.2.12")]
 [assembly: ComVisible(false)]
\ No newline at end of file