Attempt to fix 0-sized error dialogs.

This commit is contained in:
Jeff Young 2021-09-26 15:27:46 +01:00
parent fa032400ee
commit 2e0b3b8a82
1 changed files with 2 additions and 0 deletions

View File

@ -94,6 +94,8 @@ void HTML_MESSAGE_BOX::reload()
background.GetAsString( wxC2S_HTML_SYNTAX ),
foreground.GetAsString( wxC2S_HTML_SYNTAX ),
m_source ) );
Layout();
}