# This patch file was generated by NetBeans IDE # Following Index: paths are relative to: D:\ws\main # This patch can be applied using context Tools: Patch action on respective folder. # It uses platform neutral UTF-8 encoding and \n newlines. # Above lines and this line are ignored by the patching process. Index: java.navigation/src/org/netbeans/modules/java/stackanalyzer/AnalyzeStackTopComponent.java --- java.navigation/src/org/netbeans/modules/java/stackanalyzer/AnalyzeStackTopComponent.java +++ java.navigation/src/org/netbeans/modules/java/stackanalyzer/AnalyzeStackTopComponent.java @@ -106,7 +106,7 @@ @Override public void mouseClicked (MouseEvent e) { - if (e.getClickCount () != 2) { + if (e.getClickCount () != 1) { return; } int i = list.locationToIndex (e.getPoint ());