EXP-1100 WIP Show tooltips when drag and drop operations are not allowed
unblock drag and drop tooltipsmaster
parent
da91aa1864
commit
2bc6a7ad33
|
|
@ -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" )));
|
||||
|
|
|
|||
Loading…
Reference in New Issue