git-svn-id: svn://svn.code.sf.net/p/ditto-cp/code/trunk@758 595ec19a-5cb4-439b-94a8-42fb3063c22c
@@ -918,11 +918,9 @@ bool CQListCtrl::ShowFullDescription(bool bFromAuto, bool fromNextPrev)
if (this->GetSelectedCount() == 0)
{
return false;
- }
+ }
- CClipIDs IDs;
- this->GetSelectionItemData(IDs);
- int clipId = IDs[0];
+ int clipId = this->GetItemData(this->GetCaret());
if(m_pToolTip != NULL &&
m_pToolTip->GetClipId() == clipId &&