浏览代码

This is already a value copy (struct)

dodexahedron 1 年之前
父节点
当前提交
deaa7563fc
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Terminal.Gui/Drawing/LineCanvas.cs

+ 1 - 1
Terminal.Gui/Drawing/LineCanvas.cs

@@ -95,7 +95,7 @@ public class LineCanvas : IDisposable
                     bounds.Height = 1;
                 }
 
-                _cachedBounds = new Rect (bounds.X, bounds.Y, bounds.Width, bounds.Height);
+                _cachedBounds = bounds;
             }
 
             return _cachedBounds;