TVirtualDrawTree in v12.13

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #37546
    Lasse
    Participant

    I just installed the latest v12.13 version. I noticed that the background of unfocused node has changed from v.12.12. Is this changed intentionally?

    #56921
    Lasse
    Participant

    I checked changes from acSBUtils.pas and I just needed to set the UnfocusedSelectionColor = clHighlight to fix this.

    Code:
    Colors.UnfocusedSelectionColor := clHighlight;
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.