Better branch lines

This commit is contained in:
Kingcom 2013-09-22 11:00:44 +02:00
parent 48aac7cf9f
commit ea397351c3
3 changed files with 272 additions and 35 deletions

View file

@ -810,6 +810,7 @@ void CDisasm::SetDebugMode(bool _bDebug, bool switchPC)
if (switchPC)
ptr->gotoPC();
ptr->scanFunctions();
CtrlMemView *mem = CtrlMemView::getFrom(GetDlgItem(m_hDlg,IDC_DEBUGMEMVIEW));
mem->redraw();