Skip to content

Commit

Permalink
enabled method text field when it is selected.
Browse files Browse the repository at this point in the history
  • Loading branch information
subwiz committed Jun 1, 2016
1 parent a961f8e commit 12d10ee
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ public void setSelectedMethod(HTTPMethod method) {
default:
jrb_req_custom.setSelected(true);
jtf_custom.setText(method.name());
jtf_custom.setEnabled(true);
}
}

Expand Down

0 comments on commit 12d10ee

Please sign in to comment.