mirror of
https://github.com/overte-org/overte.git
synced 2025-06-27 23:49:48 +02:00
Prevent tooltips from appearing with stale data
This commit is contained in:
parent
3b987c1e73
commit
e6fade8c13
1 changed files with 2 additions and 0 deletions
|
@ -146,6 +146,8 @@ ApplicationCompositor::ApplicationCompositor() {
|
||||||
_hoverItemDescription = properties.getDescription();
|
_hoverItemDescription = properties.getDescription();
|
||||||
cursor->setIcon(Cursor::Icon::LINK);
|
cursor->setIcon(Cursor::Icon::LINK);
|
||||||
} else {
|
} else {
|
||||||
|
_hoverItemTitle.clear();
|
||||||
|
_hoverItemDescription.clear();
|
||||||
cursor->setIcon(Cursor::Icon::DEFAULT);
|
cursor->setIcon(Cursor::Icon::DEFAULT);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue