From 218583acfb42acec649c846952f66866714e2025 Mon Sep 17 00:00:00 2001 From: Yatao Li Date: Mon, 14 Dec 2020 18:22:54 +0800 Subject: [PATCH] ... --- ViewModels/EditorViewModel.fs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ViewModels/EditorViewModel.fs b/ViewModels/EditorViewModel.fs index f012c76..93b5947 100644 --- a/ViewModels/EditorViewModel.fs +++ b/ViewModels/EditorViewModel.fs @@ -87,7 +87,7 @@ type EditorViewModel(_gridid: int, ?parent: EditorViewModel, ?_gridsize: GridSiz let colorf = if hlid = 0 then GetReverseColor else id let fg, bg, sp = colorf fg, colorf bg, colorf sp - if _gridid = 1 && States.ui_multigrid then () else + if _gridid = 1 && states.ui_multigrid then () else this.DoWithRootCursorVM((fun cursor_vm x y -> let chksum = m_cursor_vm.VisualChecksum()