PCM: fix a minor cosmetic issue when resizing the dialog.
Fixes #9647 https://gitlab.com/kicad/code/kicad/issues/9647
This commit is contained in:
parent
8f87638de5
commit
cf334b1ebb
|
@ -664,6 +664,8 @@ void PANEL_PACKAGES_VIEW::OnSizeInfoBox( wxSizeEvent& aEvent )
|
|||
m_infoText->SetMaxSize( infoSize );
|
||||
m_infoText->SetSize( infoSize );
|
||||
m_infoText->Layout();
|
||||
|
||||
Refresh();
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue