You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jmeter.apache.org by pm...@apache.org on 2020/12/18 12:55:19 UTC

[jmeter] branch master updated: Bug 64984 - Darklaf LAF: Selecting a Test element does not work under certain screen resolutions on Windows

This is an automated email from the ASF dual-hosted git repository.

pmouawad pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/jmeter.git


The following commit(s) were added to refs/heads/master by this push:
     new 655de1a  Bug 64984 - Darklaf LAF: Selecting a Test element does not work under certain screen resolutions on Windows
655de1a is described below

commit 655de1a8aa60c560e214bde06e6ca694d8619d5f
Author: pmouawad <p....@ubik-ingenierie.com>
AuthorDate: Fri Dec 18 13:54:50 2020 +0100

    Bug 64984 - Darklaf LAF: Selecting a Test element does not work under
    certain screen resolutions on Windows
---
 .../src/main/java/org/apache/jmeter/gui/action/LookAndFeelCommand.java | 3 +++
 xdocs/changes.xml                                                      | 2 ++
 2 files changed, 5 insertions(+)

diff --git a/src/core/src/main/java/org/apache/jmeter/gui/action/LookAndFeelCommand.java b/src/core/src/main/java/org/apache/jmeter/gui/action/LookAndFeelCommand.java
index 0c1cf10..68221ee 100644
--- a/src/core/src/main/java/org/apache/jmeter/gui/action/LookAndFeelCommand.java
+++ b/src/core/src/main/java/org/apache/jmeter/gui/action/LookAndFeelCommand.java
@@ -100,6 +100,9 @@ public class LookAndFeelCommand extends AbstractAction {
         if (System.getProperty("darklaf.unifiedMenuBar") == null) {
             System.setProperty("darklaf.unifiedMenuBar", "true");
         }
+        if (System.getProperty("darklaf.treeRowPopup") == null) {
+            System.setProperty("darklaf.treeRowPopup", "false");
+        }
         UIManager.installLookAndFeel(JMeterMenuBar.DARCULA_LAF, JMeterMenuBar.DARCULA_LAF_CLASS);
 
         List<MenuItem> items = new ArrayList<>();
diff --git a/xdocs/changes.xml b/xdocs/changes.xml
index 6480a77..836c80b 100644
--- a/xdocs/changes.xml
+++ b/xdocs/changes.xml
@@ -180,6 +180,7 @@ Summary
   <li><bug>64961</bug>Darklaf: On Windows 7, NPE in BasicEditorPaneUI.cleanDisplayProperties with Darklaf Intellij</li>
   <li><bug>64963</bug>Blank comment tooltip is visible</li>
   <li><bug>64969</bug>RemoteJMeterEngineImpl#rexit doesn't unexport RemoteJMeterEngineImpl on exit. Contributed by luo_isaiah at qq.com</li>
+  <li><bug>64984</bug>Darklaf LAF: Selecting a Test element does not work under certain screen resolutions on Windows. With the help of Jannis Weis</li>
 </ul>
 
  <!--  =================== Thanks =================== -->
@@ -191,6 +192,7 @@ Summary
   <li>Ori Marko (orimarko at gmail.com)</li>
   <li>罗寅卓 (luo_isaiah at qq.com)</li>
   <li><a href="https://ubikloadpack.com" >Ubik Load Pack</a></li>
+  <li><a href="https://github.com/weisJ/darklaf">Jannis Weis</a></li>
 </ul>
 <p>We also thank bug reporters who helped us improve JMeter.</p>
 <ul>