Fix cases where function tooltip would stick around too long

This commit is contained in:
baldurk
2026-08-13 17:46:45 +01:00
parent b83fabce3a
commit f02fbd7ffa
2 changed files with 13 additions and 4 deletions
+1
View File
@@ -139,6 +139,7 @@ private:
RDToolTip *m_ToolTip;
bool m_FuncTip = false;
QWidget *m_FuncTipWidget = NULL;
intptr_t m_FuncTipLine = 0;
bool m_ContextMenuVisible = false;
bool m_HelpPrinting = false;