[Mono-winforms-list] RadioButton fixes

Jackson Harper jackson@ximian.com
Mon, 04 Oct 2004 11:00:04 -0700


I just reviewed and tested these patches and they look good to me. I
will commit tonight unless anyone objects.

Jackson


On Thu, 2004-09-30 at 23:22 +1000, John BouAntoun wrote:
> Hey guys,
> 
> I have completed a series of RadioButton rendering and other issue
> fixes.
> 
> Below is a listing of all the fixes:
> 
> 1) Render background for radio button knob with Window color.
> 2) Render outer circle as 1 pixel wide (not 2)
> 3) Render FlatStyle.Flat correctly
> 4) Render FlatStyle.Popup correctly (including hover effect)
> 5) Fix Appearance property setter not setting property properly.
> 5) Render Text string with same horizontal offset (distance from edge of
> rectangle) as on windows.
> 
> If someone could look over and apply it, or comment about any bad
> changes I'd appreciate it. If this gets checked in I'm going to move
> onto regular button FlatStyle rendering.
> 
> JBA