OSDN Git Service

一部パラメーターが反映されないバグを修正した
authorgdkhd812 <test@yahoo.co.jp>
Tue, 4 Apr 2017 14:08:27 +0000 (23:08 +0900)
committergdkhd812 <test@yahoo.co.jp>
Tue, 4 Apr 2017 14:08:27 +0000 (23:08 +0900)
UWP/FooEditEngine.UWP/Direct2D/D2DRender.cs

index 227b3ac..2f2341d 100644 (file)
@@ -49,6 +49,7 @@ namespace FooEditEngine
 
             this.Foreground = D2DRenderBase.ToColor4(textbox.Foreground);
             this.Background = D2DRenderBase.ToColor4(textbox.Background);
+            this.HilightForeground = D2DRenderBase.ToColor4(textbox.HilightForeground);
             this.Hilight = D2DRenderBase.ToColor4(textbox.Hilight);
             this.Keyword1 = D2DRenderBase.ToColor4(textbox.Keyword1);
             this.Keyword2 = D2DRenderBase.ToColor4(textbox.Keyword2);