Re: [Plplot-devel] wxWidgets font style patch

2012-05-07 Thread Alan W. Irwin
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

[Plplot-devel] wxWidgets font style patch

2012-05-07 Thread phil rosenberg
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