]> git.saurik.com Git - wxWidgets.git/blobdiff - src/osx/listbox_osx.cpp
'Set to Unspecified' -> 'Set Value to Unspecified'
[wxWidgets.git] / src / osx / listbox_osx.cpp
index 25a06fd79ede7a1e1eb6cf9167a403e16338a73d..43006895abb4975cefab3e92a8e726ffc78948fd 100644 (file)
@@ -225,7 +225,7 @@ void wxListBox::SetValueCallback( unsigned int WXUNUSED(n), wxListWidgetColumn*
 wxSize wxListBox::DoGetBestSize() const
 {
     int lbWidth = 100;  // some defaults
 wxSize wxListBox::DoGetBestSize() const
 {
     int lbWidth = 100;  // some defaults
-    int lbHeight = 110;
+    int lbHeight;
     int wLine;
 
     {
     int wLine;
 
     {