Disable custom theme for debug list view

Apparently, it affects performance quite a bit
This commit is contained in:
Travis Nickles 2018-05-26 02:44:03 -05:00
parent 6468936ad3
commit b7b674d4e3

View File

@ -101,7 +101,7 @@ namespace DS4Windows
Global.SetCulture(UseLang);
InitializeComponent();
ThemeUtil.SetTheme(lvDebug);
//ThemeUtil.SetTheme(lvDebug);
bnEditC1.Tag = 0;
bnEditC2.Tag = 1;