1
0
Fork 0

GUI: partially resolved issue #1226

This commit is contained in:
mrexodia 2016-11-08 08:56:28 +01:00
parent 8ef2e4d990
commit d63283ff43
No known key found for this signature in database
GPG Key ID: FC89E0AAA0C1AAD8
1 changed files with 2 additions and 0 deletions

View File

@ -1852,6 +1852,7 @@ void Disassembly::historyPrevious()
// Update window title
emit updateWindowTitle(mVaHistory.at(mCurrentVa).windowTitle);
GuiUpdateAllViews();
}
void Disassembly::historyNext()
@ -1866,6 +1867,7 @@ void Disassembly::historyNext()
// Update window title
emit updateWindowTitle(mVaHistory.at(mCurrentVa).windowTitle);
GuiUpdateAllViews();
}
bool Disassembly::historyHasPrevious()