]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/choice.cpp
Fix for bug# 956875. Added some wxCHECK's to MSW's wxTreeCtrl to make
[wxWidgets.git] / src / msw / choice.cpp
index 9e9cde38ca9455b49304aee4e245e4ac545ac244..af029bf042dbdf1cc587f20673fa933ce80f810d 100644 (file)
@@ -503,6 +503,8 @@ void wxChoice::DoSetSize(int x, int y,
             SendMessage(GetHwnd(), CB_SETITEMHEIGHT, (WPARAM)-1, h + delta);
         }
     }
+#else
+    wxUnusedVar(heightOrig);
 #endif
 }