]> git.saurik.com Git - wxWidgets.git/blobdiff - src/generic/vlbox.cpp
-1->wxID_ANY, TRUE->true, FALSE->false and tabs replacements.
[wxWidgets.git] / src / generic / vlbox.cpp
index 989f6f797d835b6b924089d183d9e105182b73e8..bb58622e9b968fcbe2b54bfe71eaf18e1c0525e0 100644 (file)
@@ -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;