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@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kicad-developers
More help   : https://help.launchpad.net/ListHelp

Reply via email to