1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 07:07:45 +00:00

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
parent 68884eefc6
commit 3647001c93
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();