ui: fixed annotations stay highlighted after hovering in tooltip list

This commit is contained in:
Eberhard Graether
2018-12-17 02:05:58 +01:00
parent 797bf2fee5
commit 95e121159f
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -316,7 +316,7 @@ void QtCodeField::focusTokenIds(const std::vector<Id>& focusedTokenIds)
void QtCodeField::defocusTokenIds(const std::vector<Id>& activeTokenIds)
{
annotateText(std::set<Id>(activeTokenIds.begin(), activeTokenIds.end()), std::set<Id>(), std::set<Id>());
annotateText(std::set<Id>(), std::set<Id>(), std::set<Id>());
}
bool QtCodeField::annotateText(