]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/popupcmn.cpp
Huge streams checking and warning fixes.
[wxWidgets.git] / src / common / popupcmn.cpp
index 3a6ba467bf786ca0d163fd6fcc9651dc005c15d0..e4c673e313951da0b8babf9979947ef7551f89e3 100644 (file)
@@ -382,7 +382,7 @@ bool wxPopupComboWindow::Create(wxComboControl *parent)
 void wxPopupComboWindow::PositionNearCombo()
 {
     // the origin point must be in screen coords
-    wxPoint ptOrigin = m_combo->ClientToScreen(wxPoint());
+    wxPoint ptOrigin = m_combo->ClientToScreen(wxPoint(0,0));
 
 #if 0 //def __WXUNIVERSAL__
     // account for the fact that (0, 0) is not the top left corner of the