X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/80c700cba933f16d7db6ad3e5d9026d1fb44c7a1..fb44fc34e84aa9338d159bb3e2485f8647b78e60:/src/generic/vlbox.cpp diff --git a/src/generic/vlbox.cpp b/src/generic/vlbox.cpp index 989f6f797d..bb58622e9b 100644 --- a/src/generic/vlbox.cpp +++ b/src/generic/vlbox.cpp @@ -68,7 +68,7 @@ bool wxVListBox::Create(wxWindow *parent, long style, const wxString& name) { - style |= wxWANTS_CHARS; + style |= wxWANTS_CHARS | wxFULL_REPAINT_ON_RESIZE; if ( !wxVScrolledWindow::Create(parent, id, pos, size, style, name) ) return false;