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

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

parent 387011a1
No related branches found
No related tags found
No related merge requests found
......@@ -360,7 +360,7 @@ void LLHints::hideAll()
it != end_it;
++it)
{
LLNotifications::instance().cancel(*it);
hide(*it);
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment