← Back to team overview

kicad-developers team mailing list archive

Re: [PATCH] Insert a component in schematic, from the Library Browser, by double clicking on it

 

On 12/03/2012 09:47 AM, Antia Puentes wrote:
> +void LIB_VIEW_FRAME::DClickOnCmpList( wxCommandEvent& event )
> +{
> +    if (m_Semaphore) {

*) no space after if
*) space in front and after m_Semaphore
*) { is on wrong line.


Please fix, resubmit, thanks.



Follow ups

References