Show report view on all warnings or errors by default, can be disabled in preferences

This commit is contained in:
mwganson
2019-07-14 19:46:53 -05:00
committed by wmayer
parent c3aaa69f51
commit 287eff3b31
5 changed files with 49 additions and 2 deletions

View File

@@ -59,6 +59,7 @@ void DlgReportViewImp::saveSettings()
checkLogging->onSave();
checkWarning->onSave();
checkError->onSave();
checkShowReportViewOnWarningOrError->onSave();
colorText->onSave();
colorLogging->onSave();
colorWarning->onSave();
@@ -72,6 +73,7 @@ void DlgReportViewImp::loadSettings()
checkLogging->onRestore();
checkWarning->onRestore();
checkError->onRestore();
checkShowReportViewOnWarningOrError->onRestore();
colorText->onRestore();
colorLogging->onRestore();
colorWarning->onRestore();