fixed: refresh problem in display footprint window
This commit is contained in:
parent
2738669644
commit
08d98df73e
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue