logic: Fixed deselection of edge didn't restore active locations in code view

This commit is contained in:
Eberhard Graether
2016-01-15 16:21:50 +01:00
parent ca4fb79af7
commit 3884db21d7
6 changed files with 24 additions and 0 deletions
@@ -107,6 +107,11 @@ void QtCodeFileList::setErrorMessages(const std::vector<std::string>& errorMessa
m_errorMessages = errorMessages;
}
void QtCodeFileList::showActiveTokenIds()
{
updateFiles();
}
bool QtCodeFileList::scrollToFirstActiveSnippet()
{
updateFiles();