Attempt to fix 0-sized error dialogs.
This commit is contained in:
parent
fa032400ee
commit
2e0b3b8a82
|
@ -94,6 +94,8 @@ void HTML_MESSAGE_BOX::reload()
|
||||||
background.GetAsString( wxC2S_HTML_SYNTAX ),
|
background.GetAsString( wxC2S_HTML_SYNTAX ),
|
||||||
foreground.GetAsString( wxC2S_HTML_SYNTAX ),
|
foreground.GetAsString( wxC2S_HTML_SYNTAX ),
|
||||||
m_source ) );
|
m_source ) );
|
||||||
|
|
||||||
|
Layout();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue