DecodeTrace: Try to keep annotation labels within the view
authorSoeren Apel <soeren@apelpie.net>
Thu, 4 Feb 2016 21:38:34 +0000 (22:38 +0100)
committerSoeren Apel <soeren@apelpie.net>
Thu, 4 Feb 2016 21:38:34 +0000 (22:38 +0100)
Up until now, annotation labels were always drawn centered,
even if the annotation was very wide and mostly off-screen.
This resulted in annotation labels being out of view, even
if there would be enough space to draw it within the view.
This patch fixes this.


No differences found