-
Notifications
You must be signed in to change notification settings - Fork 273
Closed
Labels
BugPull Requests InvitedThere are no current plans to address the issue, but we would be happy if someone supplies a PR.There are no current plans to address the issue, but we would be happy if someone supplies a PR.
Milestone
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
Metadata
Metadata
Assignees
Labels
BugPull Requests InvitedThere are no current plans to address the issue, but we would be happy if someone supplies a PR.There are no current plans to address the issue, but we would be happy if someone supplies a PR.