OSDN Git Service

変数名を変更した
authorgdkhd812 <jbh03215@hotmail.com>
Thu, 1 Aug 2013 05:51:49 +0000 (14:51 +0900)
committergdkhd812 <jbh03215@hotmail.com>
Thu, 1 Aug 2013 05:51:49 +0000 (14:51 +0900)
Common/Controller.cs

index 022b715..a861f61 100644 (file)
@@ -797,8 +797,8 @@ namespace FooEditEngine
 \r
             row = this.View.AdjustRow(row, count > 0);\r
 \r
-            double x = this.View.GetColPostionFromIndex(current.row, current.col);\r
-            int col = this.View.GetIndexFromColPostion(row, x);\r
+            double colpos = this.View.GetColPostionFromIndex(current.row, current.col);\r
+            int col = this.View.GetIndexFromColPostion(row, colpos);\r
 \r
             return new TextPoint(row, col);\r
         }\r