draw link lines with a width
authorDiane Trout <diane@caltech.edu>
Thu, 5 Oct 2006 01:29:19 +0000 (01:29 +0000)
committerDiane Trout <diane@caltech.edu>
Thu, 5 Oct 2006 01:29:19 +0000 (01:29 +0000)
commit48ddb0a496be84b7f6c7d3dc3205bd0ffd11ab26
tree895523198027dd1b426cbc967d213935297548c9
parenta9c45b2008cb3cabf99730fe764c63d185b4b14d
draw link lines with a width
ticket:134
Segments connecting two sequence locations together now have a "length"
field which is drawn as a width across the screen.

The problem with this patch is that on the sequence view, where you want
a narrow line, it's drawing something the width of the base pair.

perhaps that's ok, or perhaps in that case I can have a length of 0,
or perhaps lenghts of 1 could also be drawn as a line, or perhaps
the edges of one of these rectangles should be shrunk a bit.

(that might also make things look a bit more centered.
alg/glseqbrowser.cpp
alg/glseqbrowser.hpp
alg/test/test_glseqbrowser.cpp