Clicking on the column header in FListView now changes the sort order

This commit is contained in:
Markus Gans 2018-11-12 23:22:45 +01:00
parent b451f0047a
commit 9b3f30f006
1 changed files with 1 additions and 0 deletions

View File

@ -1134,6 +1134,7 @@ void FListView::onMouseUp (FMouseEvent* ev)
}
clicked_expander_pos.setPoint(-1, -1);
clicked_column_pos.setPoint(-1, -1);
}
//----------------------------------------------------------------------