From e110ef7c1870f06da3dfc98a0d0832314d3f16f0 Mon Sep 17 00:00:00 2001 From: mibrahim Date: Sun, 14 Jun 2020 14:33:50 +0100 Subject: [PATCH] Fix to Bug 64480 --- .../org/apache/jmeter/protocol/http/gui/HTTPArgumentsPanel.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/protocol/http/src/main/java/org/apache/jmeter/protocol/http/gui/HTTPArgumentsPanel.java b/src/protocol/http/src/main/java/org/apache/jmeter/protocol/http/gui/HTTPArgumentsPanel.java index f087afef702..a9c6434ee71 100644 --- a/src/protocol/http/src/main/java/org/apache/jmeter/protocol/http/gui/HTTPArgumentsPanel.java +++ b/src/protocol/http/src/main/java/org/apache/jmeter/protocol/http/gui/HTTPArgumentsPanel.java @@ -100,7 +100,7 @@ protected HTTPArgument makeNewArgument() { public HTTPArgumentsPanel() { super(JMeterUtils.getResString("paramtable")); //$NON-NLS-1$ init(); - clearBorderForMainPanel(); + //clearBorderForMainPanel(); } @Override