mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 00:37:45 +00:00
Spreadsheet: Do not cancel drag-select when moving over a cell corner
Fixes #4277.
This commit is contained in:
parent
a01358f015
commit
16b4a78072
2 changed files with 15 additions and 3 deletions
|
@ -73,10 +73,12 @@ private:
|
|||
}
|
||||
virtual void did_scroll() override;
|
||||
virtual void mousemove_event(GUI::MouseEvent&) override;
|
||||
virtual void mousedown_event(GUI::MouseEvent&) override;
|
||||
virtual void mouseup_event(GUI::MouseEvent&) override;
|
||||
|
||||
bool m_should_intercept_drag { false };
|
||||
bool m_has_committed_to_dragging { false };
|
||||
bool m_is_dragging_for_copy { false };
|
||||
GUI::ModelIndex m_starting_selection_index;
|
||||
RefPtr<Core::Timer> m_horizontal_scroll_end_timer;
|
||||
RefPtr<Core::Timer> m_vertical_scroll_end_timer;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue