File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- V6.5: (under development )
2- * License chnage dfrom LGPL to LGPL with static linking excpetion . See issue #673 for details.
1+ V6.5: (18 Jan 2017 )
2+ * License change from LGPL to " LGPL with static linking exception" . See issue #673 for details.
33 * Enhancement #662: Background image now supports transparency
44 * Fixed #677: Improved per monitor dpi awareness. NodeHeight is now scaled as well if toAutoScale is set.
55 * Fixed #289: HintMode hmHintAndDefault: Default Hint does not change to node specific hint when the mouse is moved to a node.
@@ -11,7 +11,7 @@ V6.5: (under development)
1111 * Fixed #626: Wrong hot node selection during mouse movement over different nodes
1212 * Fixed #679: The OnChange event when right clicking a node should always be fired before the OnPopup event
1313 * Fixed #678: Occasional Access Violation in GetDisplayRect
14- * Fixed #682: Drag & Drop range exception
14+ * Fixed #682: Drag & Drop range exception
1515
1616V6.4.1: (26 Oct 2016)
1717 * Fixed #549: Drawing issue with toCheckSupport an toExtendedFocus
Original file line number Diff line number Diff line change @@ -75,7 +75,7 @@ interface
7575 Winapi.ShlObj, System.UITypes, System.Generics.Collections;
7676
7777const
78- VTVersion = '6.4.1 ';
78+ VTVersion = '6.5.0 ';
7979
8080const
8181 VTTreeStreamVersion = 2;
You can’t perform that action at this time.
0 commit comments