Skip to content

Commit

Permalink
Merged revision(s) 22206 from trunk/OpenMPT:
Browse files Browse the repository at this point in the history
[Fix] On Windows XP, removing all groups from a list view disables grouping.
........


git-svn-id: https://source.openmpt.org/svn/openmpt/branches/OpenMPT-1.31@22207 56274372-70c3-4bfc-bfc3-4c3a0b034d27
  • Loading branch information
sagamusix committed Nov 16, 2024
1 parent 01e03e7 commit 3869171
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mptrack/AdvancedConfigDlg.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ void COptionsAdvanced::ReInit()
if(m_listGrouped)
{
ListView_RemoveAllGroups(m_List.m_hWnd);
m_List.EnableGroupView();
}
m_List.SetItemCount(static_cast<int>(theApp.GetSettings().size()));

Expand Down

0 comments on commit 3869171

Please sign in to comment.