From de6a5ee4ac78f0680c5a5bff8a18caace983d09d Mon Sep 17 00:00:00 2001 From: Michael Date: Sun, 26 Feb 2017 11:17:30 -0500 Subject: attempt transparency fix --- ShiftOS.WinForms/WinformsDesktop.Designer.cs | 1 + 1 file changed, 1 insertion(+) (limited to 'ShiftOS.WinForms/WinformsDesktop.Designer.cs') diff --git a/ShiftOS.WinForms/WinformsDesktop.Designer.cs b/ShiftOS.WinForms/WinformsDesktop.Designer.cs index 0585199..aef7296 100644 --- a/ShiftOS.WinForms/WinformsDesktop.Designer.cs +++ b/ShiftOS.WinForms/WinformsDesktop.Designer.cs @@ -76,6 +76,7 @@ namespace ShiftOS.WinForms this.desktoppanel.Name = "desktoppanel"; this.desktoppanel.Size = new System.Drawing.Size(1296, 24); this.desktoppanel.TabIndex = 0; + this.desktoppanel.Paint += new System.Windows.Forms.PaintEventHandler(this.desktoppanel_Paint); // // btnnotifications // -- cgit v1.2.3