Opened 12 years ago
Closed 12 years ago
#2066 closed defect (fixed)
mg-desktop: Legend does not show expander for themed layers
Reported by: | jng | Owned by: | jng |
---|---|---|---|
Priority: | low | Milestone: | |
Component: | Desktop API | Version: | 2.1.0 |
Severity: | trivial | Keywords: | |
Cc: | External ID: |
Description
The legend does not render the expander for themed layers. This is because we are doing owner drawn rendering of tree nodes and it is not taking the expander into account. If you clicked the area where the expander would appear, the node will still properly expand and collapse.
Possible useful link: http://stackoverflow.com/questions/1003459/c-treeview-owner-drawing-with-ownerdrawtext-and-the-weird-black-highlighting-w
Note:
See TracTickets
for help on using tickets.
Fixed r6880