Skip to content

Commit

Permalink
#61 Checkbox on Filtering Results is inconsistent
Browse files Browse the repository at this point in the history
Change-Id: I36fe04ba021e170ef5a2f468634ac2d023de8433
Signed-off-by: Georgiana-Elena ECOBICI <[email protected]>
  • Loading branch information
georgiana-ecobici authored and minhtutonthat committed Nov 9, 2021
1 parent 044d6a6 commit 1d5f04b
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -503,7 +503,6 @@ private void updateControls() {

// No filtering Result is available in current selected project
if (filteringResults.isEmpty()) {
enableCheckBtn.setSelection(false);
filteringResultCombo.removeAll();
filteringResultCombo.add("No FilteringResults");
modifiedResultLabel.setData("");
Expand Down

0 comments on commit 1d5f04b

Please sign in to comment.