diff --git a/Terminal.Gui/Core/View.cs b/Terminal.Gui/Core/View.cs index c46393c43..8ea963ab1 100644 --- a/Terminal.Gui/Core/View.cs +++ b/Terminal.Gui/Core/View.cs @@ -2833,7 +2833,7 @@ namespace Terminal.Gui { /// /// Gets the dimensions required for ignoring a . - /// /// + /// /// public Size GetSizeNeededForTextWithoutHotKey () { @@ -2843,7 +2843,7 @@ namespace Terminal.Gui { /// /// Gets the dimensions required for accounting for a . - /// + /// /// public Size GetSizeNeededForTextAndHotKey () { diff --git a/Terminal.Gui/Views/FrameView.cs b/Terminal.Gui/Views/FrameView.cs index 61471e97e..72d578959 100644 --- a/Terminal.Gui/Views/FrameView.cs +++ b/Terminal.Gui/Views/FrameView.cs @@ -1,4 +1,5 @@ -using System.Linq; +using System; +using System.Linq; using System.Text.Json.Serialization; using NStack; using Terminal.Gui.Graphs;