Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
Yatao Li committed Dec 14, 2020
1 parent b43c02a commit 218583a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ViewModels/EditorViewModel.fs
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 218583a

Please sign in to comment.