Opened 11 years ago
Closed 11 years ago
#408 closed defect (fixed)
Mark boxes missing in tree-display
Reported by: | westram | Owned by: | westram |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | Library (GUI) | Version: | gtkport |
Keywords: | Cc: |
Description
Tree display does not show mark boxes (little boxes at tips of marked species).
works in trunk, never worked in gtk (at least already broken @ 10000)
Change History (4)
comment:1 follow-up: ↓ 2 Changed 11 years ago by epruesse
comment:2 in reply to: ↑ 1 Changed 11 years ago by westram
Replying to epruesse:
Works for me. Check the "grey level of groups" setting. This is actually used by GTK. Since the marked-boxes are drawn with the same GC/settings, they are subject to this setting. If set to 0, nothing will show.
Has no effect for me. Greylevels for groups work, but boxes are not shown.
Executed it in gdb: steps properly through AW_device_cairo::box_impl()
Forcing filled=false; directly before the if-clause, properly shows unfilled boxes.
comment:3 Changed 11 years ago by westram
- Owner changed from devel to westram
- Status changed from new to assigned
comment:4 Changed 11 years ago by westram
- Resolution set to fixed
- Status changed from assigned to closed
by [11256]
Works for me. Check the "grey level of groups" setting. This is actually used by GTK. Since the marked-boxes are drawn with the same GC/settings, they are subject to this setting. If set to 0, nothing will show.