IgnaceMaes / MaterialSkin

Theming .NET WinForms, C# or VB.Net, to Google's Material Design Principles.
MIT License
2.84k stars 831 forks source link

Redundant 'TODO' in MaterialListView.cs #139

Open theXappy opened 7 years ago

theXappy commented 7 years ago

At MaterialListView.cs Line 38

//TODO: should only redraw when the hovered line changed, this to reduce unnecessary redraws

But a fix was added in the commit with the ID of 04fd91027e1fc067a2614761d9dacb7db9c75671 (Fixed #113, Merged #75 manually)

The TODO line should be removed to prevent confusion.