EXP-1100 WIP Show tooltips when drag and drop operations are not allowed

unblock drag and drop tooltips
master
Richard Linden 2011-08-16 15:39:12 -07:00
parent da91aa1864
commit 2bc6a7ad33
1 changed files with 1 additions and 0 deletions

View File

@ -613,6 +613,7 @@ BOOL LLToolDragAndDrop::handleToolTip(S32 x, S32 y, MASK mask)
{
if (!mToolTipMsg.empty())
{
LLToolTipMgr::instance().unblockToolTips();
LLToolTipMgr::instance().show(LLToolTip::Params()
.message(mToolTipMsg)
.delay_time(gSavedSettings.getF32( "DragAndDropToolTipDelay" )));