@@ -2687,7 +2687,7 @@ bool CQPasteWnd::DeleteClips(CClipIDs &IDs, ARRAY &Indexs)
m_lstHeader.SetListPos(nFirstSel);
UpdateStatus();
- if (m_lstHeader.IsToolTipShowPersistant())
+ if (m_lstHeader.IsToolTipWindowVisible())
{
m_lstHeader.ShowFullDescription(false, true);
}
@@ -425,6 +425,10 @@ BOOL CToolTipEx::OnMsg(MSG *pMsg)
return FALSE;
+ else if (vk == VK_DELETE)
+ {
+ return FALSE;
+ }
if (m_pToolTipActions != NULL)