|
@@ -480,7 +480,6 @@ namespace Terminal.Gui {
|
|
/// </summary>
|
|
/// </summary>
|
|
public int Lines => model.Count;
|
|
public int Lines => model.Count;
|
|
|
|
|
|
-
|
|
|
|
/// <summary>
|
|
/// <summary>
|
|
/// Loads the contents of the file into the <see cref="TextView"/>.
|
|
/// Loads the contents of the file into the <see cref="TextView"/>.
|
|
/// </summary>
|
|
/// </summary>
|
|
@@ -608,8 +607,7 @@ namespace Terminal.Gui {
|
|
{
|
|
{
|
|
get => desiredCursorVisibility;
|
|
get => desiredCursorVisibility;
|
|
set {
|
|
set {
|
|
- if (desiredCursorVisibility != value && HasFocus)
|
|
|
|
- {
|
|
|
|
|
|
+ if (desiredCursorVisibility != value && HasFocus) {
|
|
Application.Driver.SetCursorVisibility (value);
|
|
Application.Driver.SetCursorVisibility (value);
|
|
}
|
|
}
|
|
|
|
|