mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2025-12-30 09:47:58 +01:00
Code cleanup and refactor
This commit is contained in:
@@ -101,7 +101,7 @@ public partial class View // Drawing APIs
|
||||
if (Margin is { } && Margin?.Thickness != Thickness.Empty)
|
||||
{
|
||||
// PERFORMANCE: How expensive are these clones?
|
||||
Margin!.CachedClip = GetClip ()!.Clone ();
|
||||
Margin!.CachedClip = GetClip ()?.Clone ();
|
||||
}
|
||||
|
||||
// We're done drawing
|
||||
|
||||
Reference in New Issue
Block a user