OSDN Git Service

描く順序を変更した
authorgdkhd812 <jbh03215@htmil.co.jp>
Tue, 10 Sep 2013 07:51:29 +0000 (16:51 +0900)
committergdkhd812 <jbh03215@htmil.co.jp>
Tue, 10 Sep 2013 07:51:29 +0000 (16:51 +0900)
Common/EditView.cs

index 0513562..9e96763 100644 (file)
@@ -286,6 +286,8 @@ namespace FooEditEngine
                 if (this.HideRuler == false)\r
                     this.DrawRuler();\r
 \r
+                this.DrawLineMarker(this.CaretPostion.row);\r
+\r
                 Point pos = this.render.TextArea.TopLeft;\r
                 pos.X -= this.Src.X;\r
                 double endposy = this.render.TextArea.Bottom;\r
@@ -326,8 +328,6 @@ namespace FooEditEngine
                 if (this.InsertPoint != null)\r
                     this.DrawInsertPoint();\r
 \r
-                this.DrawLineMarker(this.CaretPostion.row);\r
-\r
                 render.CacheContent();\r
             }\r
 \r