Skip to content

Commit

Permalink
fix1
Browse files Browse the repository at this point in the history
  • Loading branch information
danmar committed Jun 30, 2024
1 parent 3882487 commit c5238fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gui/resultstree.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,7 @@ bool ResultsTree::addErrorItem(const ErrorItem &item)
realfile = tr("Undefined file");
}

bool showItem = false;
bool showItem = true;

// Ids that are temporarily hidden..
if (mHiddenMessageId.contains(item.errorId))
Expand Down

0 comments on commit c5238fc

Please sign in to comment.