ui: Update error count while parsing

This commit is contained in:
Eberhard Graether
2016-01-28 13:19:38 +01:00
parent 38f943e8a0
commit 635f6058c6
6 changed files with 19 additions and 9 deletions
@@ -134,7 +134,7 @@ std::shared_ptr<MessageActivateTokens> ActivationTranslator::translateMessage(co
else if (match.searchType == SearchMatch::SEARCH_COMMAND &&
match.getFullName() == SearchMatch::getCommandName(SearchMatch::COMMAND_ERROR))
{
MessageShowErrors msg;
MessageShowErrors msg(-1);
msg.undoRedoType = message->undoRedoType;
msg.dispatchImmediately();
return nullptr;