Skip to content

Commit

Permalink
Fix update view sort order (#435)
Browse files Browse the repository at this point in the history
* Fix update view sort order

* invalidate_sort already calls invalidate_headers
  • Loading branch information
davidmhewitt authored and codygarver committed Aug 4, 2017
1 parent 527555e commit 0d17178
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Views/AppListUpdateView.vala
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ namespace AppCenter.Views {
}

protected override void on_list_changed () {
list_box.invalidate_headers ();
list_box.invalidate_sort ();
}

protected override Widgets.AppListRow construct_row_for_package (AppCenterCore.Package package) {
Expand Down Expand Up @@ -293,4 +293,4 @@ namespace AppCenter.Views {
});
}
}
}
}

0 comments on commit 0d17178

Please sign in to comment.