Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions Controls/CustomListView.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ internal sealed class CustomListView : ListView
public CustomListView()
{
DoubleBuffered = true;
Sorting = SortOrder.Ascending;
}

protected override void WndProc(ref Message m)
Expand Down
2 changes: 1 addition & 1 deletion Forms/FormSwitcher.cs
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ private void DefaultChanged(string devID)
SetTrayIcons();
VolBar.RegisterDevice(RenderType);
}
SetDeviceIcon(item.Index, item.Selected);
SetDeviceIcon(item.ImageIndex, item.Selected);
}
}
}
Expand Down