diff --git a/pcbnew/tracepcb.cpp b/pcbnew/tracepcb.cpp index f6355e434f..41bd046e53 100644 --- a/pcbnew/tracepcb.cpp +++ b/pcbnew/tracepcb.cpp @@ -49,8 +49,6 @@ void WinEDA_ModuleEditFrame::RedrawActiveWindow( wxDC* DC, bool EraseBg ) module->Draw( DrawPanel, DC, GR_OR ); } - UpdateStatusBar(); - if( DrawPanel->ManageCurseur ) DrawPanel->ManageCurseur( DrawPanel, DC, FALSE ); @@ -89,8 +87,6 @@ void WinEDA_PcbFrame::RedrawActiveWindow( wxDC* DC, bool EraseBg ) GetScreen()->ClrRefreshReq(); - UpdateStatusBar(); - if( DrawPanel->ManageCurseur ) DrawPanel->ManageCurseur( DrawPanel, DC, FALSE ); @@ -106,8 +102,6 @@ void BOARD::Draw( WinEDA_DrawPanel* aPanel, wxDC* DC, /* Redraw the BOARD items but not cursors, axis or grid */ { - - for( MODULE* module = m_Modules; module; module = module->Next() ) { bool display = true;