diff --git a/Example/Example.csproj b/Example/Example.csproj index aebe02889..7922c0635 100644 --- a/Example/Example.csproj +++ b/Example/Example.csproj @@ -5,10 +5,10 @@ - 2.0 - 2.0 - 2.0 - 2.0 + 1.0 + 1.0 + 1.0 + 1.0 diff --git a/ReactiveExample/ReactiveExample.csproj b/ReactiveExample/ReactiveExample.csproj index b0dbfe464..c2ce6640c 100644 --- a/ReactiveExample/ReactiveExample.csproj +++ b/ReactiveExample/ReactiveExample.csproj @@ -5,10 +5,10 @@ - 2.0 - 2.0 - 2.0 - 2.0 + 1.0 + 1.0 + 1.0 + 1.0 diff --git a/Terminal.Gui/Core/View.cs b/Terminal.Gui/Core/View.cs index 454a64dd1..36ce60d5e 100644 --- a/Terminal.Gui/Core/View.cs +++ b/Terminal.Gui/Core/View.cs @@ -769,7 +769,7 @@ namespace Terminal.Gui { void Initialize (ustring text, Rect rect, LayoutStyle layoutStyle = LayoutStyle.Computed, TextDirection direction = TextDirection.LeftRight_TopBottom, Border border = null) { - TextFormatter = new TextFormatter (); + TextFormatter = new TextFormatter (); TextFormatter.HotKeyChanged += TextFormatter_HotKeyChanged; TextDirection = direction; Border = border; diff --git a/UICatalog/UICatalog.csproj b/UICatalog/UICatalog.csproj index 74ed065a3..6320c1e99 100644 --- a/UICatalog/UICatalog.csproj +++ b/UICatalog/UICatalog.csproj @@ -7,10 +7,10 @@ - 2.0 - 2.0 - 2.0 - 2.0 + 1.0 + 1.0 + 1.0 + 1.0 TRACE