mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-01 05:39:11 +00:00
LibGUI: Pressing Return in an editable TableView should begin editing
This matches what happens when you double-click on a cell.
This commit is contained in:
parent
0f0b37d137
commit
f86c074be8
Notes:
sideshowbarker
2024-07-19 03:12:05 +09:00
Author: https://github.com/awesomekling
Commit: f86c074be8
4 changed files with 12 additions and 6 deletions
|
@ -100,6 +100,7 @@ protected:
|
|||
void set_hovered_index(const ModelIndex&);
|
||||
void activate(const ModelIndex&);
|
||||
void activate_selected();
|
||||
void activate_or_edit_selected();
|
||||
void update_edit_widget_position();
|
||||
|
||||
bool m_editable { false };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue