Skip to content
  • Eike Ziller's avatar
    Fix crashes with FunctionHintProposalWidget · a17d4055
    Eike Ziller authored
    
    
    The FunctionHintProposalWidget actually is not visible, but the
    FakeToolTip popup is. That is also checked for visibility to decide
    if we currently have a proposal open. Now, clicking anywhere
    while the popup is open, closes the popup (as it is a tool tip).
    The FunctionHintProposalWidget is never closed though, which is bad since
    e.g. CodeAssistant expects the FunctionhintProposalWidget to die.
    
    The patch just aborts the FunctionHintProposalWidget when the popup dies.
    
    Task-number: QTCREATORBUG-15275
    Change-Id: I890f8f2a61859f86b2c4b6e3700f1df504f37595
    Reviewed-by: default avatarDavid Schulz <david.schulz@theqtcompany.com>
    a17d4055