|
@@ -240,7 +240,13 @@ namespace Terminal.Gui {
|
|
|
);
|
|
|
}
|
|
|
|
|
|
-
|
|
|
+ /// <inheritdoc/>
|
|
|
+ /// <remarks>Also ensures that cursor is invisible after entering the <see cref="GraphView"/>.</remarks>
|
|
|
+ public override bool OnEnter (View view)
|
|
|
+ {
|
|
|
+ Driver.SetCursorVisibility (CursorVisibility.Invisible);
|
|
|
+ return base.OnEnter (view);
|
|
|
+ }
|
|
|
|
|
|
/// <inheritdoc/>
|
|
|
public override bool ProcessKey (KeyEvent keyEvent)
|