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

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

unblock drag and drop tooltips
parent da91aa18
No related branches found
No related tags found
No related merge requests found
......@@ -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" )));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment