Skip to content
Snippets Groups Projects
Commit 96283f13 authored by kaloyane's avatar kaloyane
Browse files

minor: style fix (use the variable as close to their declaration as possible)

SVN: 20068
parent 506b0cc2
No related branches found
No related tags found
No related merge requests found
......@@ -253,10 +253,9 @@ public class ChannelChooserPanel extends LayoutContainer
String selectedComboValue = channelsComboBox.getSimpleValue();
boolean showCheckBoxGroup = ScreeningConstants.MERGED_CHANNELS.equals(selectedComboValue);
ensureAtLeastOneCheckboxChecked();
channelsCheckBoxGroup.setVisible(showCheckBoxGroup);
ensureAtLeastOneCheckboxChecked();
notifySelectionListeners(selection);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment