saneki-discontinued / FlatUI

Flat UI theme for .NET applications
MIT License
102 stars 60 forks source link

minimize not work #8

Open SamFreaks opened 7 years ago

SamFreaks commented 7 years ago

When I try to minimize the form attempts with WindowState = FormWindowState.Minimized and then retrieve the errors System.ArgumentException: Ungültiger Parameter. bei System.Drawing.Bitmap..ctor(Int32 width, Int32 height, PixelFormat format) bei System.Drawing.Bitmap..ctor(Int32 width, Int32 height) bei theme.FormSkin.OnPaint(PaintEventArgs e) bei System.Windows.Forms.Control.PaintWithErrorHandling(PaintEventArgs e, Int16 layer) bei System.Windows.Forms.Control.OnPrint(PaintEventArgs e) bei System.Windows.Forms.Control.WmPrintClient(Message& m) bei System.Windows.Forms.Control.WndProc(Message& m) bei System.Windows.Forms.ScrollableControl.WndProc(Message& m) bei System.Windows.Forms.ContainerControl.WndProc(Message& m) bei System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m) bei System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m) bei System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)