X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/4766d85b113811f4d5534aceb5ba87478e981e04..2d55af1dfa7fd1cc2df13a6593fd51591cfcfcb1:/src/generic/splitter.cpp diff --git a/src/generic/splitter.cpp b/src/generic/splitter.cpp index f1ba90db39..a77dab82d5 100644 --- a/src/generic/splitter.cpp +++ b/src/generic/splitter.cpp @@ -196,7 +196,7 @@ void wxSplitterWindow::OnPaint(wxPaintEvent& WXUNUSED(event)) wxPaintDC dc(this); #ifdef __WXOSX__ // as subpanels might have a transparent background we must erase the background - // at least on OSX, otherwise traces of the sash will remain + // at least on OSX, otherwise traces of the sash will remain // test with: splitter sample->replace right window dc.Clear(); #endif