fixed warning about using deprecated GetTextExtent() overload
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@46026 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -207,7 +207,7 @@ void wxTabControl::OnDraw(wxDC& dc, bool lastInRow)
|
|||||||
wxColour col(m_view->GetTextColour());
|
wxColour col(m_view->GetTextColour());
|
||||||
dc.SetTextForeground(col);
|
dc.SetTextForeground(col);
|
||||||
dc.SetBackgroundMode(wxTRANSPARENT);
|
dc.SetBackgroundMode(wxTRANSPARENT);
|
||||||
long textWidth, textHeight;
|
wxCoord textWidth, textHeight;
|
||||||
dc.GetTextExtent(GetLabel(), &textWidth, &textHeight);
|
dc.GetTextExtent(GetLabel(), &textWidth, &textHeight);
|
||||||
|
|
||||||
int textX = (int)(tabX + (GetWidth() - textWidth)/2.0);
|
int textX = (int)(tabX + (GetWidth() - textWidth)/2.0);
|
||||||
|
Reference in New Issue
Block a user