mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-08-30 10:25:43 +00:00
Fix cases where function tooltip would stick around too long
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user