merge bugfix

This commit is contained in:
Kartik K. Agaram 2023-12-17 00:09:25 -08:00
parent cd3af059c0
commit 031586f3dc
1 changed files with 1 additions and 1 deletions

View File

@ -855,7 +855,7 @@ function test_select_text_using_mouse_starting_above_text_wrapping_line()
Editor_state.screen_top1 = {line=2, pos=3}
Editor_state.screen_bottom1 = {}
-- press mouse above first line of text
edit.draw(Editor_state)
edit.draw(Editor_state, Text_color)
edit.run_after_mouse_press(Editor_state, Editor_state.left+8,5, 1)
-- selection is at screen top
check(Editor_state.selection1.line ~= nil, 'selection:line-not-nil')