4.24 beta

This commit is contained in:
Igor Pavlov
2005-07-05 00:00:00 +00:00
committed by Kornel Lesiński
parent ac2b563958
commit 47f4915611
66 changed files with 757 additions and 366 deletions

View File

@@ -260,12 +260,12 @@ bool CPanel::OnNotifyList(LPNMHDR header, LRESULT &result)
case NM_CUSTOMDRAW:
return OnCustomDraw((LPNMLVCUSTOMDRAW)header, result);
case LVN_BEGINDRAG:
case LVN_BEGINRDRAG:
{
OnDrag((LPNMLISTVIEW)header);
RefreshStatusBar();
break;
}
// case LVN_BEGINRDRAG:
}
return false;
}