mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-06-11 02:13:56 +09:00
LibGUI: Don't make views sort by column 0 by default
If you want to sort by some column, you can tell the view which one.
This commit is contained in:
parent
a5a3e5a178
commit
55f7ddfb8c
Notes:
sideshowbarker
2024-07-19 03:06:12 +09:00
Author: https://github.com/awesomekling
Commit: 55f7ddfb8c
1 changed files with 1 additions and 1 deletions
|
@ -117,7 +117,7 @@ protected:
|
|||
ModelIndex m_hovered_index;
|
||||
ModelIndex m_last_valid_hovered_index;
|
||||
|
||||
int m_key_column { 0 };
|
||||
int m_key_column { -1 };
|
||||
SortOrder m_sort_order;
|
||||
|
||||
private:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue