Skip to content
Snippets Groups Projects
Commit 05b5a73e authored by kaloyane's avatar kaloyane
Browse files

minor: show channel checkboxes in WellSearchGrid

SVN: 19996
parent 48f1368f
No related branches found
No related tags found
No related merge requests found
...@@ -74,7 +74,7 @@ public class ChannelChooserPanel extends LayoutContainer ...@@ -74,7 +74,7 @@ public class ChannelChooserPanel extends LayoutContainer
public ChannelChooserPanel(IDefaultChannelState defChannelState) public ChannelChooserPanel(IDefaultChannelState defChannelState)
{ {
this(defChannelState, Collections.<String> emptyList(), Collections.<String> emptyList(), this(defChannelState, Collections.<String> emptyList(), Collections.<String> emptyList(),
false); true);
} }
public ChannelChooserPanel(IDefaultChannelState defChannelState, List<String> names, public ChannelChooserPanel(IDefaultChannelState defChannelState, List<String> names,
......
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