mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 12:07:45 +00:00
Terminal: Fix broken selection after dbl/trp click
This commit resets the terminal triple click timer when appropriate.
This commit is contained in:
parent
fb53eacefd
commit
3a6f550b24
1 changed files with 1 additions and 0 deletions
|
@ -807,6 +807,7 @@ void TerminalWidget::mousedown_event(GUI::MouseEvent& event)
|
||||||
else if (m_rectangle_selection)
|
else if (m_rectangle_selection)
|
||||||
m_rectangle_selection = false;
|
m_rectangle_selection = false;
|
||||||
|
|
||||||
|
m_triple_click_timer.reset();
|
||||||
update_copy_action();
|
update_copy_action();
|
||||||
update();
|
update();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue