fix: tooltip visibility when cursor is hidden

This commit is contained in:
MihailRis
2024-05-25 06:24:54 +03:00
parent e3989cb178
commit cc27e4b224
4 changed files with 23 additions and 5 deletions
+2
View File
@@ -245,6 +245,8 @@ namespace gui {
virtual void setGravity(Gravity gravity);
bool isSubnodeOf(const UINode* node);
/// @brief collect all nodes having id
static void getIndices(
const std::shared_ptr<UINode> node,