]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/combobox.cpp
Changes for 16-bit BC++ (not there yet), GnuWin32; typetest sample
[wxWidgets.git] / src / msw / combobox.cpp
index db6801a3f3c1398dd449165f40fc1f085d997928..abd740fa2bc63b4c51da1ce05f609758f6a2acdc 100644 (file)
@@ -127,7 +127,7 @@ bool wxComboBox::Create(wxWindow *parent, wxWindowID id,
   // Subclass again for purposes of dialog editing mode
   SubclassWin(m_hWnd);
 
-  SetFont(parent->GetFont());
+  SetFont(parent->GetFont());
   int i;
   for (i = 0; i < n; i++)
   {