change for macOSX compatibility

This commit is contained in:
charras 2009-06-16 17:41:53 +00:00
parent 7c32fcb29b
commit 7abf06b3e1
1 changed files with 0 additions and 1 deletions

View File

@ -100,7 +100,6 @@ void WinEDA_DisplayFrame::RedrawActiveWindow( wxDC* DC, bool EraseBg )
MODULE* Module = GetBoard()->m_Modules;
if ( Module )
Module->DisplayInfo( this );
UpdateStatusBar();
DrawPanel->Trace_Curseur( DC );
}