Adapted to API changes with respect to GetTextExtent (patch #1709152).
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@45705 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -129,7 +129,7 @@ public:
|
||||
,wxCoord* pY
|
||||
,wxCoord* pDescent = NULL
|
||||
,wxCoord* pExternalLeading = NULL
|
||||
,wxFont* pTheFont = NULL
|
||||
,const wxFont* pTheFont = NULL
|
||||
) const;
|
||||
virtual bool CanDrawBitmap(void) const;
|
||||
virtual bool CanGetTextExtent(void) const;
|
||||
|
@@ -2151,7 +2151,7 @@ void wxDC::DoGetTextExtent(
|
||||
, wxCoord* pvY
|
||||
, wxCoord* pvDescent
|
||||
, wxCoord* pvExternalLeading
|
||||
, wxFont* pTheFont
|
||||
, const wxFont* pTheFont
|
||||
) const
|
||||
{
|
||||
POINTL avPoint[TXTBOX_COUNT];
|
||||
|
Reference in New Issue
Block a user