ui: Fixed color scheme not updated on refresh

This commit is contained in:
Eberhard Graether
2016-10-21 15:38:07 +02:00
parent e557e04000
commit 9473e62aaf
5 changed files with 4 additions and 19 deletions
-9
View File
@@ -131,15 +131,6 @@ void QtErrorView::setErrorId(Id errorId)
void QtErrorView::doRefreshView()
{
m_model->removeRows(0, m_model->rowCount());
for (ErrorInfo error : m_errors)
{
addErrorToTable(error);
}
m_table->updateRows();
setStyleSheet();
}