You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using mono 6.12.0 Stable (6.12.0.206) on Debian 12
All I have is this error
System.ArgumentException: Rectangle '{X=48,Y=26,Width=0,Height=26}' cannot have a width or height equal to 0.
at System.Drawing.Drawing2D.LinearGradientBrush..ctor (System.Drawing.Rectangle rect, System.Drawing.Color color1, System.Drawing.Color color2, System.Single angle, System.Boolean isAngleScaleable) [0x0002f] in <855fb33ee0ce444c9734eb0dae83c706>:0
at System.Drawing.Drawing2D.LinearGradientBrush..ctor (System.Drawing.Rectangle rect, System.Drawing.Color color1, System.Drawing.Color color2, System.Single angle) [0x00000] in <855fb33ee0ce444c9734eb0dae83c706>:0
at (wrapper remoting-invoke-with-check) System.Drawing.Drawing2D.LinearGradientBrush..ctor(System.Drawing.Rectangle,System.Drawing.Color,System.Drawing.Color,single)
at System.Windows.Forms.RibbonProfessionalRenderer.DrawTabActive (System.Windows.Forms.RibbonTabRenderEventArgs e) [0x001b6] in <7908f3c739f94b67bade735a0796dc0f>:0
at System.Windows.Forms.RibbonProfessionalRenderer.DrawCompleteTab (System.Windows.Forms.RibbonTabRenderEventArgs e) [0x00000] in <7908f3c739f94b67bade735a0796dc0f>:0
at System.Windows.Forms.RibbonProfessionalRenderer.OnRenderRibbonTab (System.Windows.Forms.RibbonTabRenderEventArgs e) [0x0000d] in <7908f3c739f94b67bade735a0796dc0f>:0
at System.Windows.Forms.RibbonTab.OnPaint (System.Object sender, System.Windows.Forms.RibbonElementPaintEventArgs e) [0x0002c] in <7908f3c739f94b67bade735a0796dc0f>:0
at (wrapper remoting-invoke-with-check) System.Windows.Forms.RibbonTab.OnPaint(object,System.Windows.Forms.RibbonElementPaintEventArgs)
at System.Windows.Forms.Ribbon.PaintOn (System.Drawing.Graphics g, System.Drawing.Rectangle clip) [0x000d9] in <7908f3c739f94b67bade735a0796dc0f>:0
at System.Windows.Forms.Ribbon.OnPaint (System.Windows.Forms.PaintEventArgs e) [0x00035] in <7908f3c739f94b67bade735a0796dc0f>:0
at System.Windows.Forms.Control.WmPaint (System.Windows.Forms.Message& m) [0x0007c] in <25c2bdf9d79a43a599eb46bd15cd77fb>:0
at System.Windows.Forms.Control.WndProc (System.Windows.Forms.Message& m) [0x001a4] in <25c2bdf9d79a43a599eb46bd15cd77fb>:0
at System.Windows.Forms.Ribbon.WndProc (System.Windows.Forms.Message& m) [0x0018d] in <7908f3c739f94b67bade735a0796dc0f>:0
at System.Windows.Forms.Control+ControlWindowTarget.OnMessage (System.Windows.Forms.Message& m) [0x00000] in <25c2bdf9d79a43a599eb46bd15cd77fb>:0
at System.Windows.Forms.Control+ControlNativeWindow.WndProc (System.Windows.Forms.Message& m) [0x0000b] in <25c2bdf9d79a43a599eb46bd15cd77fb>:0
at System.Windows.Forms.NativeWindow.WndProc (System.IntPtr hWnd, System.Windows.Forms.Msg msg, System.IntPtr wParam, System.IntPtr lParam) [0x00085] in <25c2bdf9d79a43a599eb46bd15cd77fb>:0
The text was updated successfully, but these errors were encountered:
Using mono 6.12.0 Stable (6.12.0.206) on Debian 12
All I have is this error
The text was updated successfully, but these errors were encountered: