diff --git a/indra/newview/llfasttimerview.cpp b/indra/newview/llfasttimerview.cpp index 0bd4389b50b85613ec75c4f50b811db51ca1b45b..f44cdc1a989860c886c641eb361738335c45240e 100644 --- a/indra/newview/llfasttimerview.cpp +++ b/indra/newview/llfasttimerview.cpp @@ -496,7 +496,7 @@ void LLFastTimerView::draw() // Draw the history bars if (LLFastTimer::getLastFrameIndex() >= 0) { - LLLocalClipRect clip(LLRect(xleft, ytop - margin, getRect().getWidth() - margin, margin)); + LLLocalClipRect clip(LLRect(xleft, ytop, getRect().getWidth() - margin, margin)); U64 totalticks; if (!LLFastTimer::sPauseHistory)