diff --git a/src/univ/statbox.cpp b/src/univ/statbox.cpp index 20316fc323..50a76c02af 100644 --- a/src/univ/statbox.cpp +++ b/src/univ/statbox.cpp @@ -55,6 +55,9 @@ bool wxStaticBox::Create(wxWindow *parent, long style, const wxString &name) { + // FIXME refresh just the right/bottom parts affected in OnSize + style |= wxFULL_REPAINT_ON_RESIZE; + if ( !wxControl::Create(parent, id, pos, size, style, wxDefaultValidator, name) ) return false;