fixed: refresh problem in display footprint window

This commit is contained in:
charras 2009-08-23 12:05:22 +00:00
parent 2738669644
commit 08d98df73e
1 changed files with 1 additions and 0 deletions

View File

@ -68,6 +68,7 @@ void WinEDA_CvpcbFrame::CreateScreenCmp()
DrawFrame->GetBoard()->m_Modules.PushBack( mod );
DrawFrame->Zoom_Automatique( FALSE );
DrawFrame->DrawPanel->Refresh();
DrawFrame->UpdateStatusBar(); /* Display new cursor coordinates and zoom value */
if( DrawFrame->m_Draw3DFrame )
DrawFrame->m_Draw3DFrame->NewDisplay();