OSDN Git Service

トリプルタップを行っても行選択が行われないことがあった
[fooeditengine/FooEditEngine.git] / UWP / FooEditEngine.UWP / FooTextBox.cs
index 95e8408..1f05ce1 100644 (file)
@@ -1119,6 +1119,7 @@ namespace FooEditEngine.UWP
                 //タッチスクリーンで行選択した場合、アンカーインデックスを単語の先頭にしないとバグる
                 this.Document.SelectGrippers.BottomLeft.Enabled = touched;
                 this.Document.SelectLine(this.Controller.SelectionStart, touched);
+                this.Refresh();
             }
             else  if(e.TapCount == 2)   //ダブルタップ
             {