mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2025-12-30 09:47:58 +01:00
This is already a value copy (struct)
This commit is contained in:
committed by
Brandon Thetford
parent
0fb31d19f7
commit
deaa7563fc
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user