← Back to team overview

kicad-developers team mailing list archive

Re: New border drawing stuff

 

Le 11/08/2018 à 20:31, jp charras a écrit :
> Le 11/08/2018 à 19:29, Jeff Young a écrit :
>> I just pushed the results of my 3-day fight with wxWidgets over borders.
>>  It now looks nice on Mac; if you see anything that doesn’t look nice on
>> other platforms, please send me a screenshot.
>>
> 
> Hi Jeff,
> 
> For some reason, on Windows (W7,32bits) there is a serious bug:
> The legacy canvas is not drawn (the full canvas area is not draw:
> instead, the old screen area is visible)
> It happens only in board editor, not in the footprint editor or the fp
> viewer.
> 
> 

Looks to me like there is an issue in Legacy event management
initialization:

If Pcbnew is started in legacy mode, canvas events are ignored.
If Pcbnew is started in GAL mode, and then switched to Legacy, canvas
events are working.

-- 
Jean-Pierre CHARRAS


Follow ups

References