]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/popupwin.h
fixed bug with the caret positioning after SetValue() introduced by the last commit
[wxWidgets.git] / include / wx / msw / popupwin.h
index 14105ab8551a6de539345520b007678538478b7c..297c0e799164644f52938dac8bfe0232e5e307d9 100644 (file)
@@ -40,7 +40,7 @@ protected:
         // (because we are a child window)
         wxPopupWindowBase::DoGetPosition(x, y);
 
-        GetParent()->DoClientToScreen(x, y);
+        GetParent()->ClientToScreen(x, y);
     }
 };