← Back to team overview

kicad-developers team mailing list archive

Re: New version of net selector up

 

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


Follow ups

References