Skip to content

Commit 2a67e22

Browse files
author
Roman Kassebaum
committed
Got the latest changes from the JAM version at 18/01/2017.
1 parent 0fd231b commit 2a67e22

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

CHANGES.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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

1616
V6.4.1: (26 Oct 2016)
1717
* Fixed #549: Drawing issue with toCheckSupport an toExtendedFocus

Source/VirtualTrees.pas

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ interface
7575
Winapi.ShlObj, System.UITypes, System.Generics.Collections;
7676

7777
const
78-
VTVersion = '6.4.1';
78+
VTVersion = '6.5.0';
7979

8080
const
8181
VTTreeStreamVersion = 2;

0 commit comments

Comments
 (0)