mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 15:48:12 +00:00
LibGUI: Rename SortingProxyModel "target" to "source" instead
This commit is contained in:
parent
db6a4f2954
commit
82e949aa7c
4 changed files with 36 additions and 35 deletions
|
@ -306,7 +306,7 @@ void DirectoryView::open_next_directory()
|
|||
GUI::ModelIndex DirectoryView::map_table_view_index(const GUI::ModelIndex& index) const
|
||||
{
|
||||
auto& filter_model = (const GUI::SortingProxyModel&)*m_table_view->model();
|
||||
return filter_model.map_to_target(index);
|
||||
return filter_model.map_to_source(index);
|
||||
}
|
||||
|
||||
void DirectoryView::update_statusbar()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue