logic: Fixes in error management
* Moved error filtering to PersistentStorage * Fixed wrong error count in statusbar and dialog sometimes * Make sure error tab is visible when showing Log View * Don't show error view when no visible errors are added
This commit is contained in:
@@ -224,6 +224,11 @@ void QtDialogView::handleMessage(MessageNewErrors* message)
|
||||
|
||||
void QtDialogView::handleMessage(MessageShowErrors* message)
|
||||
{
|
||||
if (message->isReplayed())
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
||||
ErrorCountInfo errorInfo = message->errorCount;
|
||||
|
||||
m_onQtThread2(
|
||||
|
||||
Reference in New Issue
Block a user