Allow tooltip to be refreshed when hovering over fasttimer bars.

This commit is contained in:
Shyotl
2012-01-25 20:11:42 -06:00
parent 910cb29a7f
commit 2b8a5b4bd1

View File

@@ -288,6 +288,7 @@ BOOL LLFastTimerView::handleHover(S32 x, S32 y, MASK mask)
// covering region for this new timer, go ahead and unblock // covering region for this new timer, go ahead and unblock
// so we can create a new tooltip // so we can create a new tooltip
//LLToolTipMgr::instance().unblockToolTips(); //LLToolTipMgr::instance().unblockToolTips();
gViewerWindow->unblockToolTips();
mHoverTimer = (*it); mHoverTimer = (*it);
} }