mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 12:04:18 +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();
|
||||
cursor->setIcon(Cursor::Icon::LINK);
|
||||
} else {
|
||||
_hoverItemTitle.clear();
|
||||
_hoverItemDescription.clear();
|
||||
cursor->setIcon(Cursor::Icon::DEFAULT);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue