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:
parent
68884eefc6
commit
3647001c93
2 changed files with 3 additions and 7 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue