mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 20:28:11 +00:00
Everywhere: Fix a bunch of typos
This commit is contained in:
parent
f377951178
commit
173dcfb7cb
17 changed files with 23 additions and 23 deletions
|
@ -194,7 +194,7 @@ void InfinitelyScrollableTableView::mousedown_event(GUI::MouseEvent& event)
|
|||
{
|
||||
// Override the mouse event so that the the cell that is 'clicked' is not
|
||||
// the one right beneath the cursor but instead the one that is referred to
|
||||
// when m_is_hovering_cut_zone as it can be the case that the user is targetting
|
||||
// when m_is_hovering_cut_zone as it can be the case that the user is targeting
|
||||
// a cell yet be outside of its bounding box due to the select_padding.
|
||||
if (m_is_hovering_cut_zone || m_is_hovering_extend_zone) {
|
||||
if (m_is_hovering_cut_zone)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue