← Back to team overview

kicad-developers team mailing list archive

Re: New version of net selector up

 

It is better now, but I still have some artifacts (Win 10), see here:
https://www.dropbox.com/s/l671nfmdtikbmlq/kicad%202018-09-25%2023-05-52.mov?dl=0

Andrzej

W dniu 2018-09-25 o 18:57, Jeff Young pisze:
Thanks, JP.  I’ve pushed another “fix”.  It works on OSX, but then so did the first one, so who knows.

Let me know how it works on Linux & MSW.

Cheers,
Jeff.



On 25 Sep 2018, at 16:38, jp charras <jp.charras@xxxxxxxxxx> wrote:

Le 25/09/2018 à 16:09, Jeff Young a écrit :
OK, so it looks correct, it’s just closing itself immediately.

@JP or @Wayne,

Could one of you put a breakpoint in NET_SELECTOR_POPUP::DoPopup() (in
net_selector.cpp somewhere around line 134) and see why it’s exiting?

Thanks,
Jeff.

the loop:
while( eventLoop.Pending() )
is made only once, due to the fact eventLoop.Pending() is true only once.

--
Jean-Pierre CHARRAS

_______________________________________________
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

_______________________________________________
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




References