We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 474d356 commit 1aee490Copy full SHA for 1aee490
gui/mainwindow.cpp
@@ -1462,7 +1462,7 @@ void MainWindow::enableCheckButtons(bool enable)
1462
mUI->mActionAnalyzeFiles->setEnabled(enable);
1463
1464
if (mProjectFile) {
1465
- mUI->mActionReanalyzeModified->setEnabled(false);
+ mUI->mActionReanalyzeModified->setEnabled(enable);
1466
mUI->mActionReanalyzeAll->setEnabled(enable);
1467
} else if (!enable || mThread->hasPreviousFiles()) {
1468
mUI->mActionReanalyzeModified->setEnabled(enable);
0 commit comments