From: Karsten Ballüder Date: Mon, 21 Jun 1999 14:11:23 +0000 (+0000) Subject: merged in from Mahogany X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/ab31bbc2adf0033096a6ad5c94cac187f1c7e15e merged in from Mahogany git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2847 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/samples/richedit/wxlwindow.cpp b/samples/richedit/wxlwindow.cpp index 644c49dce3..c2185c9858 100644 --- a/samples/richedit/wxlwindow.cpp +++ b/samples/richedit/wxlwindow.cpp @@ -212,7 +212,7 @@ void wxLayoutWindow::Refresh(bool eraseBackground, const wxRect *rect) wxScrolledWindow::Refresh(eraseBackground, rect); ResizeScrollbars(); - ScrollToCursor(); +//FIXME is this needed? It causes problems... ScrollToCursor(); } void