move compact field header into widgets

This commit is contained in:
Bradley Cicenas
2017-02-19 04:09:27 +00:00
parent 40085edbcc
commit 8f8474e468
3 changed files with 10 additions and 26 deletions

View File

@@ -65,11 +65,6 @@ func SortMenu() {
// set cursor position to current sort field
m.SetCursor(config.GetVal("sortField"))
//for n, item := range m.Items {
//if item.Val == current {
//m.CursorPos = n
//}
//}
ui.Render(m)
m.NavigationHandlers()