From: Soeren Apel Date: Thu, 4 Feb 2016 21:38:34 +0000 (+0100) Subject: DecodeTrace: Try to keep annotation labels within the view X-Git-Url: http://git.code-monkey.de/?a=commitdiff_plain;h=7352be721b90b630efd742b53e1a0ea16bb834b8;hp=7352be721b90b630efd742b53e1a0ea16bb834b8;p=pulseview.git DecodeTrace: Try to keep annotation labels within the view 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. ---