diff --git a/user/wxLayout/wxllist.cpp b/user/wxLayout/wxllist.cpp index 548e6dc268..2f82b52e9d 100644 --- a/user/wxLayout/wxllist.cpp +++ b/user/wxLayout/wxllist.cpp @@ -601,7 +601,7 @@ wxLayoutLine::RecalculatePositions(int recurse, wxLayoutList *llist) //FIXME: is this really needed? We run Layout() anyway. // Recursing here, drives computation time up exponentially, as // each line will cause all following lines to be recalculated. - return; + // Yes, or linenumbers go wrong. wxASSERT(recurse >= 0); wxPoint pos = m_Position;