[Mono-winforms-list] [BUMP] ToolStripDropDown + UserControl
Jonathan Pobst
monkey at jpobst.com
Tue Mar 3 11:37:21 EST 2009
> While browsing through mono's System.Windows.Forms sources I've come
> across the following suspicious piece of code in ToolStripDropDown.OnLayout:
>
> if (tsi is ToolStripSeparator)
> height = 7;
> else
> height = 22;
Does the attached patch fix the issue for you?
Jonathan
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: tsdd.patch
Url: http://lists.ximian.com/pipermail/mono-winforms-list/attachments/20090303/07089bb4/attachment.pl
More information about the Mono-winforms-list
mailing list