← Back to team overview

kicad-developers team mailing list archive

Re: Reproducible on Windows or Linux?

 

Hi JP,

Yes, that patch is pretty much exactly what I tried first (when I discovered that the dialog had the wrong parent).

It has no effect on this particular bug, although it may still be a good idea.

Cheers,
Jeff.


> On 14 Jan 2018, at 12:23, jp charras <jp.charras@xxxxxxxxxx> wrote:
> 
> Le 14/01/2018 à 12:41, Jeff Young a écrit :
>> Correcting the dialog parent didn’t help, so I’m going to let that sleeping dog lie for 5.0.
>> 
>> The bug is in Cocoa.  wxWidgets calls:
>> 
>>    SetWindowStyle( parentFlags & ~(wxTAB_TRAVERSAL) )
>> 
>> 
>> to send tabs to the layer popup.  The window style also contains some flags which affect the window
>> layer, so wxWidgets does the equivalent of:
>> 
>>    window.setLayer( window.layer )
>> 
> 
> 
> Hi Jeff,
> Could you tray this patch.
> Like Wayne, I am thinking the issue is in Kicad code, not in wxWidgets.
> 
> 
> -- 
> Jean-Pierre CHARRAS
> <fix_bad_parent_ in_dialog_edit_module_text.patch>_______________________________________________
> Mailing list: https://launchpad.net/~kicad-developers
> Post to     : kicad-developers@xxxxxxxxxxxxxxxxxxx
> Unsubscribe : https://launchpad.net/~kicad-developers
> More help   : https://help.launchpad.net/ListHelp



Follow ups

References