Group switch panel uses 32bit icons.

This commit is contained in:
Lorenz Cuno Klopfenstein 2010-07-01 17:57:34 +02:00
parent 1448b3f3b1
commit a1d19a6acf

View file

@ -27,6 +27,7 @@ namespace OnTopReplica.SidePanels {
manager.Refresh(WindowManager.EnumerationMode.TaskWindows);
var imageList = new ImageList();
imageList.ColorDepth = ColorDepth.Depth32Bit;
foreach (var w in manager.Windows) {
var item = new ListViewItem(w.Title) {
Tag = w