X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/89cd4125bdd6404ec7d8caf07ac364fabfd28d47..70ddb200c10bb6f1075f4a39452fdcf77f84fdf5:/src/univ/renderer.cpp diff --git a/src/univ/renderer.cpp b/src/univ/renderer.cpp index 0021d3f2f8..8a0ae893f4 100644 --- a/src/univ/renderer.cpp +++ b/src/univ/renderer.cpp @@ -6,7 +6,7 @@ // Created: 15.08.00 // RCS-ID: $Id$ // Copyright: (c) 2000 SciTech Software, Inc. (www.scitechsoft.com) -// Licence: wxWindows license +// Licence: wxWindows licence /////////////////////////////////////////////////////////////////////////////// // =========================================================================== @@ -429,10 +429,6 @@ void wxControlRenderer::DrawLabel(const wxBitmap& bitmap, if ( bitmap.Ok() ) { rectLabel.Inflate(-marginX, -marginY); - - // I don't know why this is necessary. RR. - rectLabel.x ++; - rectLabel.y ++; } wxControl *ctrl = wxStaticCast(m_window, wxControl);