# HG changeset patch
# User Edouard Tisserant <edouard.tisserant@gmail.com>
# Date 1605737176 -3600
# Node ID e1145e6bdeec456db2f75b450d4b7616cd006ce1
# Parent  013374b6cdb97395530668ea6abd3b355ac7172c
Project tree: Clicking on ConfigTreeNode should have same behaviour as for POUS and other IEC types : simple click to select and double click to open.

diff -r 013374b6cdb9 -r e1145e6bdeec ConfigTreeNode.py
--- a/ConfigTreeNode.py	Mon Nov 02 10:56:09 2020 +0100
+++ b/ConfigTreeNode.py	Wed Nov 18 23:06:16 2020 +0100
@@ -484,7 +484,7 @@
             if name is None:
                 name = self.CTNFullName()
             app_frame = self.GetCTRoot().AppFrame
-            app_frame.EditProjectElement(view, name)
+            app_frame.EditProjectElement(view, name, onlyopened)
 
         return view