]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/choice.cpp
fixed more printf() warnings
[wxWidgets.git] / src / msw / choice.cpp
index fc53d9298daf0b914f3ff3b2845f503e1819197d..2f7587a4f30636f60ef83a1cad045acdb1477332 100644 (file)
@@ -280,6 +280,7 @@ void wxChoice::DoSetSize(int x, int y,
     // wxWindows interpretation is different; also, getting the size returns
     // the _displayed_ size (NOT the drop down menu size) so
     // setting-getting-setting size would not work.
     // wxWindows interpretation is different; also, getting the size returns
     // the _displayed_ size (NOT the drop down menu size) so
     // setting-getting-setting size would not work.
+
     wxControl::DoSetSize(x, y, width, -1, sizeFlags);
 }
 
     wxControl::DoSetSize(x, y, width, -1, sizeFlags);
 }