Skip to content
Snippets Groups Projects
Commit 95bc7986 authored by Richard Linden's avatar Richard Linden
Browse files

EXP-1654 FIX fast timers does not show entire frame when Full bar = Max

parent c278f259
Branches
Tags
No related merge requests found
......@@ -105,6 +105,7 @@ void LLFastTimerView::onPause()
if (!LLFastTimer::sPauseHistory)
{
mScrollIndex = 0;
LLFastTimer::sResetHistory = true;
getChild<LLButton>("pause_btn")->setLabel(getString("pause"));
}
else
......@@ -591,6 +592,7 @@ void LLFastTimerView::draw()
{
mAvgCountTotal = ticks;
mMaxCountTotal = ticks;
LLFastTimer::sResetHistory = false;
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment