make annotations big enough to show up
authorDiane Trout <diane@caltech.edu>
Wed, 29 Mar 2006 08:24:11 +0000 (08:24 +0000)
committerDiane Trout <diane@caltech.edu>
Wed, 29 Mar 2006 08:24:11 +0000 (08:24 +0000)
commit0bc5dcb7c0d698d21c0ea7c74e55d5df8fbf52c0
treed522f777cce992a8db928d61cd92181d66236d66
parente3bfc39bd36fa3e00516a5c2e30e3d40d30e4e56
make annotations big enough to show up
fixes ticket:69 (or at least improves it)
Annotations could disapper if the width of the annotation was less than
one pixel. This patch forces it to be at least one pixel. However
it appears that the scrollbar is moving things in non-integral pixel sizes
so the annotations end up flashing as they render over different fractions
of two pixels.
alg/glsequence.cpp
alg/glsequence.hpp
alg/test/test_glsequence.cpp