]> git.saurik.com Git - wxWidgets.git/blobdiff - src/generic/vscroll.cpp
Layout fixes due to measuring with the wrong font. Also added
[wxWidgets.git] / src / generic / vscroll.cpp
index ad0951f3a7dfc87908ff27611356247e57d5ffe3..30b888bb2ea0834ba67839fa0597124f2e221d97 100644 (file)
@@ -407,7 +407,7 @@ void wxVScrolledWindow::OnScroll(wxScrollWinEvent& event)
     {
         lineFirstNew = event.GetPosition();
     }
-        
+
     else // unknown scroll event?
     {
         wxFAIL_MSG( _T("unknown scroll event type?") );