Skip to content
Snippets Groups Projects
Commit 58eac2b5 authored by jerray's avatar jerray
Browse files

Disable width field for destination channel

parent e161b4ea
No related branches found
No related tags found
1 merge request!443Disable width field for destination channel
......@@ -677,7 +677,7 @@ public class JDialogTMLCompositePort extends JDialogBase implements ActionListen
typeList5.setEnabled(false);
blocking.setEnabled(true);
finite.setEnabled(false);
widthText.setEnabled(origin.getSelectedIndex() == 0);
widthText.setEnabled(origin.getSelectedIndex() == 0);
maxText.setEnabled((origin.getSelectedIndex() == 0) && (blocking.getSelectedIndex() == 0));
} else if (index == 1) {
......
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