X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/82c51a8ec9b97e5e05a2d20f9dcd894f6ab4aec2..aa67a27af195f1f258c40f35a19dd2ade1ce80d8:/src/msw/notebook.cpp diff --git a/src/msw/notebook.cpp b/src/msw/notebook.cpp index 893dd211eb..5b5fa833fb 100644 --- a/src/msw/notebook.cpp +++ b/src/msw/notebook.cpp @@ -935,7 +935,7 @@ void wxNotebook::OnPaint(wxPaintEvent& WXUNUSED(event)) MSWDefWindowProc(WM_PAINT, (WPARAM)memdc.GetHDC(), 0); - // For some reason in RTL mode, source offset has to be -1, otherwise the + // For some reason in RTL mode, source offset has to be -1, otherwise the // right border (physical) remains unpainted. const wxCoord ofs = dir == wxLayout_RightToLeft ? -1 : 0; dc.Blit(ofs, 0, rc.right, rc.bottom, &memdc, ofs, 0);