On 2012-05-07 16:40-0700 phil rosenberg wrote:
> Hi
> I just found a small bug whereby the styles (italic, bold etc) weren't being
> applied correctly by wxWidgets in the _gc and _dc files. An
> & was used instead of a | when combining style flags. I've attached a patch.
>
> This is the first p
Hi
I just found a small bug whereby the styles (italic, bold etc) weren't being
applied correctly by wxWidgets in the _gc and _dc files. An & was used instead
of a | when combining style flags. I've attached a patch.
This is the first patch I've created using Tortoise SVN so I hope it works oka