change for macOSX compatibility
This commit is contained in:
parent
7c32fcb29b
commit
7abf06b3e1
|
@ -100,7 +100,6 @@ void WinEDA_DisplayFrame::RedrawActiveWindow( wxDC* DC, bool EraseBg )
|
||||||
MODULE* Module = GetBoard()->m_Modules;
|
MODULE* Module = GetBoard()->m_Modules;
|
||||||
if ( Module )
|
if ( Module )
|
||||||
Module->DisplayInfo( this );
|
Module->DisplayInfo( this );
|
||||||
UpdateStatusBar();
|
|
||||||
DrawPanel->Trace_Curseur( DC );
|
DrawPanel->Trace_Curseur( DC );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue