LibGUI: Don't update selection twice after Ctrl-Right

This commit is contained in:
Ben Wiederhake 2021-10-12 20:40:38 +02:00 committed by Andreas Kling
commit 3647001c93
Notes: sideshowbarker 2024-07-18 02:21:38 +09:00
2 changed files with 3 additions and 7 deletions

View file

@ -47,7 +47,7 @@ protected:
void move_one_up(const KeyEvent& event);
void move_one_down(const KeyEvent& event);
void move_to_previous_span();
void move_to_next_span(const KeyEvent& event);
void move_to_next_span();
void move_to_logical_line_beginning();
void move_to_logical_line_end();
void move_to_line_beginning();