OSDN Git Service

ドキュメント内のレイアウトラインを破棄すると面倒なことになるので全削除だけにすることにした
authorkonekoneko <test2214@hotmail.co.jp>
Sat, 22 Oct 2016 07:29:20 +0000 (12:59 +0530)
committerkonekoneko <test2214@hotmail.co.jp>
Sat, 22 Oct 2016 07:29:20 +0000 (12:59 +0530)
Core/Document.cs

index fbfb0e5..661a9dd 100644 (file)
@@ -1248,8 +1248,6 @@ namespace FooEditEngine
                 {
                     this.buffer.Clear();
                     this.LayoutLines.Clear();
-                    this.buffer = null;
-                    this._LayoutLines = null;
                 }
 
                 disposedValue = true;