merge bugfix

This commit is contained in:
Kartik K. Agaram 2023-09-20 16:40:20 -07:00
parent 4e7538d05e
commit 6aae154734
1 changed files with 1 additions and 1 deletions

View File

@ -309,7 +309,7 @@ function test_click_below_all_lines()
Editor_state.screen_bottom1 = {}
Editor_state.selection1 = {}
-- click below first line
edit.draw(Editor_state)
edit.draw(Editor_state, Text_color)
edit.run_after_mouse_click(Editor_state, Editor_state.left+8,Editor_state.top+50, 1)
-- cursor doesn't move
check_eq(Editor_state.cursor1.line, 1, 'cursor')