From 3f44467ad8d9aa27c29bd35ca22dad5b035b5c22 Mon Sep 17 00:00:00 2001 From: test Date: Mon, 14 Dec 2020 21:19:17 +0900 Subject: [PATCH] =?utf8?q?=E6=A1=81=E6=8A=98=E3=83=A2=E3=83=BC=E3=83=89?= =?utf8?q?=E6=9C=89=E5=8A=B9=E6=99=82=E3=81=AB=E3=82=AD=E3=83=A3=E3=83=AC?= =?utf8?q?=E3=83=83=E3=83=88=E5=91=A8=E8=BE=BA=E3=81=AB=E3=81=94=E3=81=BF?= =?utf8?q?=E3=81=8C=E8=A1=A8=E7=A4=BA=E3=81=95=E3=82=8C=E3=82=8B=E3=81=93?= =?utf8?q?=E3=81=A8=E3=81=8C=E3=81=82=E3=81=A3=E3=81=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- Core/EditView.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Core/EditView.cs b/Core/EditView.cs index 8a7dba5..fa9a17c 100644 --- a/Core/EditView.cs +++ b/Core/EditView.cs @@ -489,7 +489,7 @@ namespace FooEditEngine double width = layout.GetWidthFromIndex(this.Document.CaretPostion.col); if (width == 0.0) width = this.CaretWidthOnInsertMode; - double height = layout.Height; + double height = this.render.emSize.Height; Rectangle updateRect = new Rectangle( this.CaretLocation.X, this.CaretLocation.Y, -- 2.11.0