]> git.saurik.com Git - wxWidgets.git/blobdiff - src/os2/listbox.cpp
wxFileCtrl::Update was hiding wxWindow::Update
[wxWidgets.git] / src / os2 / listbox.cpp
index 290b46be3016a6304a8bf6bdb08f91a9e176420f..f99ec829ec8f1908f5d3fc98a43a3b01fc258694 100644 (file)
@@ -179,8 +179,8 @@ bool wxListBox::Create(
     {
         Append(asChoices[lUi]);
     }
-    SetFont(pParent->GetFont());
-    
+    SetFont(*wxSMALL_FONT);
+
     //
     // Set standard wxWindows colors for Listbox items and highlighting
     //