]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk1/dcclient.cpp
Typos and other fixes
[wxWidgets.git] / src / gtk1 / dcclient.cpp
index a4d23bf84ad55accefe91b6f91e07e39f6b7add1..0f66d18b6db7492c0210c84b1c5ddff32802c853 100644 (file)
@@ -1433,7 +1433,6 @@ void wxWindowDC::DoDrawRotatedText( const wxString &text, wxCoord x, wxCoord y,
     dc.SetBrush(*wxBLACK_BRUSH);
     dc.Clear();
     dc.DrawText(text, 0, 0);
-    dc.SetFont(wxNullFont);
     dc.SelectObject(wxNullBitmap);
 
     // Calculate the size of the rotated bounding box.