This commit is contained in:
2023-11-10 02:28:04 +03:00
parent 2b119cc7eb
commit 3650de423c
2 changed files with 1 additions and 5 deletions

View File

@@ -144,7 +144,7 @@ public class SapforVersionsComparisonForm extends ComparisonForm<SapforVersion_j
if (state != null) {
buttons.get(state).doClick();
}
return true;
return isReady();
} else {
cbFile.setSelectedIndex(-1);
for (int i = 0; i < cbFile.getItemCount(); ++i) {