EXP-63 FIX Hint marked as acted upon if hints are disabled while specific UI hint is open

master
Richard Linden 2010-09-16 15:36:23 -07:00
parent 387011a1ff
commit 7a3fc995c3
1 changed files with 1 additions and 1 deletions

View File

@ -360,7 +360,7 @@ void LLHints::hideAll()
it != end_it;
++it)
{
LLNotifications::instance().cancel(*it);
hide(*it);
}
}