]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/dc.cpp
VC++ /Wp64 warning fixes
[wxWidgets.git] / src / msw / dc.cpp
index f843360fcf5c3e630954d0b9ab5a02680a7203c4..ad20e6ec9b681b51dd19f3f0ce604003d03fde39 100644 (file)
@@ -1674,6 +1674,8 @@ bool wxDC::DoGetPartialTextExtents(const wxString& text, wxArrayInt& widths) con
 
     widths.Empty();
     widths.Add(0, stlen);  // fill the array with zeros
+    if (stlen == 0)
+        return true;
 
     if (!::GetTextExtentExPoint(GetHdc(),
                                 text.c_str(),           // string to check