]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mgl/dc.cpp
Added style parameter to wxPopupWindow ctors so they match the Create method.
[wxWidgets.git] / src / mgl / dc.cpp
index c37533c8dd23da39e85aee877b156d95522e09df..551f5420192001126b2134037d3d260e76ec76c7 100644 (file)
@@ -1234,7 +1234,7 @@ void wxDC::DoGetTextExtent(const wxString& string, wxCoord *x, wxCoord *y,
         *descent = YDEV2LOGREL(m_mglFont->descent);
     if ( externalLeading )
         *externalLeading = YDEV2LOGREL(m_mglFont->leading);
-    
+
     if ( theFont != NULL )
         wxConstCast(this, wxDC)->SetFont(oldFont);
 }