Merge branch 'master' into psu

This commit is contained in:
Jean-Philip Desjardins 2015-04-18 00:09:16 -04:00
commit c43c6493ab

View File

@ -405,10 +405,6 @@ void CMemoryView::EnsureSelectionVisible()
}
unsigned int line = (address / renderParams.bytesPerLine);
if(address > renderParams.address)
{
line -= renderParams.totallyVisibleLines;
}
SCROLLINFO si;
memset(&si, 0, sizeof(SCROLLINFO));