Closed
Description
If you move the mouse quickly from one node to another one, the selected hot node is incorrect in some cases.
Steps to reproduce:
Use the 'Minimal' virtual treeview demo project.
Replace the Main.dfm:
Main.zip
or
open the project and
- Create a TVTHeader column.
- Change the following options:
a. HintAnimation: any value except hatNone
b. HintMode: hmTooltip
c. ShowHint: true
d: TreeOptions -> PaintOptions: toHotTrack and toUseExplorerTheme: true - Run and move quickly over some nodes. If you stop, a wrong hot node is selected in some cases.
Maybe similar to this bug:
#452