update thresholds each time java result changes
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
This commit is contained in:
parent
d55ebefac3
commit
034e2a44ad
@ -468,6 +468,7 @@ void JavaSettingsWidget::checkFinished(const JavaChecker::Result& result)
|
|||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
updateThresholds();
|
||||||
m_checker.reset();
|
m_checker.reset();
|
||||||
if (!queuedCheck.isNull()) {
|
if (!queuedCheck.isNull()) {
|
||||||
checkJavaPath(queuedCheck);
|
checkJavaPath(queuedCheck);
|
||||||
|
Loading…
Reference in New Issue
Block a user