Fix empty space in pcm packages view

This commit is contained in:
qu1ck 2021-11-14 16:27:24 -08:00 committed by Jeff Young
parent 19fc8c6d98
commit 2340f82091
1 changed files with 1 additions and 1 deletions

View File

@ -639,7 +639,7 @@ void PANEL_PACKAGES_VIEW::updatePackageList()
m_packageListWindow->FitInside();
m_packageListWindow->SetScrollRate( 0, 15 );
m_packageListWindow->Layout();
m_packageListWindow->SendSizeEvent( wxSEND_EVENT_POST );
}