Opened 11 years ago

Closed 9 years ago

Last modified 7 years ago

#437 closed misbehavior (fixed)

Mark boxes not drawn solid

Reported by: westram Owned by: devel
Priority: minor Milestone:
Component: Library (tree) Version: gtkport
Keywords: Cc:

Description (last modified by westram)

Traditional tree display showed empty groups and solid mark boxes. Now both are always drawn with the same grey level.

Non-solid mark boxes are ugly: the branch line continues to the center of the box.

Possible solutions:

  1. always draw mark boxes solid (recommended)
    • change bool filled param into enum {FILL_NONE, FILL_GREY, FILL_SOLID };
  2. allow grey level for mark-boxes
    • add separate grey level setting for mark boxes (default to "solid" to preserve old behavior)
    • change draw functions for all tree-types to draw shorter lines

Change History (3)

comment:1 Changed 11 years ago by westram

  • Milestone changed from arb6 to arb7

comment:2 Changed 9 years ago by westram

  • Component changed from Library (GUI) to Library (TreeDisplay)
  • Description modified (diff)
  • Milestone changed from arb7 to arb6.1
  • Resolution set to fixed
  • Status changed from new to closed

fixed somewhere together with marker display (added with probe spec)

comment:3 Changed 7 years ago by westram

  • Milestone arb6.1 deleted

remove gtkport tickets from milestones

Note: See TracTickets for help on using tickets.