Make non-interactive tooltips outputOnly
This makes them significantly less annoying by having them close more reliably when leaving the ToolTipArea and more importantly fixes the tooltip interrupting the applet resize operation. REVIEW: 122624
This commit is contained in:
parent
d0c5aa6fc9
commit
a717bac7a4
@ -165,6 +165,7 @@ bool ToolTipDialog::interactive()
|
||||
void ToolTipDialog::setInteractive(bool interactive)
|
||||
{
|
||||
m_interactive = interactive;
|
||||
setOutputOnly(!interactive);
|
||||
}
|
||||
|
||||
void ToolTipDialog::valueChanged(const QVariant &value)
|
||||
|
Loading…
Reference in New Issue
Block a user