]> git.saurik.com Git - wxWidgets.git/blobdiff - src/generic/splitter.cpp
More efficient access to name and value
[wxWidgets.git] / src / generic / splitter.cpp
index f1ba90db396b362d322920dfe38be795c57d38fb..a77dab82d585075aa5de8bac7d7344a834f4bc2e 100644 (file)
@@ -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