Skip to content

Commit 8a33c9d

Browse files
committed
Fix listview theme in light mode
1 parent 9f9e306 commit 8a33c9d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/ThemeDialog.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -214,6 +214,7 @@ private void ThemeDialog_Load(object sender, EventArgs e)
214214

215215
listView1.ContextMenuStrip = contextMenuStrip1;
216216
listView1.ListViewItemSorter = new CompareByItemText();
217+
ThemeDialogUtils.SetWindowTheme(listView1.Handle, "Explorer", null);
217218

218219
ImageList imageList = new ImageList();
219220
imageList.ColorDepth = ColorDepth.Depth32Bit;

0 commit comments

Comments
 (0)