Skip to content

Commit

Permalink
fix: label "No changes" no more hiding first file of the list
Browse files Browse the repository at this point in the history
when opening "FormLog"
even if it was set as not visible.

Fixes #11679
  • Loading branch information
pmiossec committed May 7, 2024
1 parent 61c7418 commit 10b42c5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions GitUI/UserControls/FileStatusList.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1070,6 +1070,7 @@ private void FileStatusListLoading()
FileStatusListView.Groups.Clear();
FileStatusListView.Items.Clear();
FileStatusListView.EndUpdate();
FileStatusListView.BringToFront();
}

private void UpdateFileStatusListView(IReadOnlyList<FileStatusWithDescription> items, bool updateCausedByFilter = false)
Expand Down

0 comments on commit 10b42c5

Please sign in to comment.