Loading pcbnew/controle.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -660,7 +660,7 @@ void WinEDA_BasePcbFrame::GeneralControle( wxDC* DC, wxPoint Mouse ) RedrawActiveWindow( DC, TRUE ); } // SetToolbars(); SetToolbars(); Affiche_Status_Box(); /* Display new cursor coordinates */ } pcbnew/tool_pcb.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -629,7 +629,6 @@ void WinEDA_PcbFrame::ReCreateAuxiliaryToolbar() m_SelViaSizeBox_Changed = TRUE; m_SelTrackWidthBox_Changed = TRUE; ReCreateLayerBox( NULL ); SetToolbars(); Loading Loading @@ -667,6 +666,7 @@ WinEDAChoiceBox* WinEDA_PcbFrame::ReCreateLayerBox( WinEDA_Toolbar* parent ) /**************************************************************************/ { // wxASSERT("ReCreateLayerBox"==""); // get a stack trace, who is calling me and from where D(printf("ReCreateLayerBox\n");) if( m_SelLayerBox == NULL ) { Loading Loading
pcbnew/controle.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -660,7 +660,7 @@ void WinEDA_BasePcbFrame::GeneralControle( wxDC* DC, wxPoint Mouse ) RedrawActiveWindow( DC, TRUE ); } // SetToolbars(); SetToolbars(); Affiche_Status_Box(); /* Display new cursor coordinates */ }
pcbnew/tool_pcb.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -629,7 +629,6 @@ void WinEDA_PcbFrame::ReCreateAuxiliaryToolbar() m_SelViaSizeBox_Changed = TRUE; m_SelTrackWidthBox_Changed = TRUE; ReCreateLayerBox( NULL ); SetToolbars(); Loading Loading @@ -667,6 +666,7 @@ WinEDAChoiceBox* WinEDA_PcbFrame::ReCreateLayerBox( WinEDA_Toolbar* parent ) /**************************************************************************/ { // wxASSERT("ReCreateLayerBox"==""); // get a stack trace, who is calling me and from where D(printf("ReCreateLayerBox\n");) if( m_SelLayerBox == NULL ) { Loading