mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2025-12-30 17:57:57 +01:00
PositionCursor unit tests and flashing cursor fixes
This commit is contained in:
@@ -223,7 +223,7 @@ public class TreeViewFileSystem : Scenario
|
||||
{
|
||||
_miCursor.Checked = !_miCursor.Checked;
|
||||
|
||||
_treeViewFiles.DesiredCursorVisibility =
|
||||
_treeViewFiles.CursorVisibility =
|
||||
_miCursor.Checked == true ? CursorVisibility.Default : CursorVisibility.Invisible;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user