Fix a problem with font width highlighting in belvu - BUG FIX
This only seems reproducible on mac. The problem is most obvious with a wide sequence because the inaccuracy is cumulative from left to right. There is still a problem with certain font sizes. As you increment the font size it goes 8(ok) -9-10-11-12- 12(ok) -13-14-15-16- 16(ok) so it is only accurate for sizes 8, 12, 16 etc.
Showing
- src/belvuApp/belvuAlignment.cpp 1 addition, 1 deletionsrc/belvuApp/belvuAlignment.cpp
- src/blixemApp/blxcontext.cpp 1 addition, 1 deletionsrc/blixemApp/blxcontext.cpp
- src/blixemApp/detailview.cpp 1 addition, 1 deletionsrc/blixemApp/detailview.cpp
- src/dotterApp/dotter.cpp 1 addition, 1 deletionsrc/dotterApp/dotter.cpp
- src/seqtoolsUtils/utilities.cpp 27 additions, 7 deletionssrc/seqtoolsUtils/utilities.cpp
- src/seqtoolsUtils/utilities.hpp 1 addition, 1 deletionsrc/seqtoolsUtils/utilities.hpp
Please register or sign in to comment