mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2026-01-02 01:03:29 +01:00
Restore return if unit tests
This commit is contained in:
@@ -225,6 +225,11 @@ internal class WindowsDriver : ConsoleDriver
|
||||
|
||||
public override void UpdateCursor ()
|
||||
{
|
||||
if (RunningUnitTests)
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
||||
if (Col < 0 || Row < 0 || Col >= Cols || Row >= Rows)
|
||||
{
|
||||
GetCursorVisibility (out CursorVisibility cursorVisibility);
|
||||
|
||||
Reference in New Issue
Block a user