From: Soeren Apel Date: Tue, 29 Dec 2015 22:04:59 +0000 (+0100) Subject: DecodeTrace: Speed up annotation drawing X-Git-Url: http://git.code-monkey.de/?a=commitdiff_plain;h=506317984393a41000650ccca868f3dd66872a4f;hp=506317984393a41000650ccca868f3dd66872a4f;p=pulseview.git DecodeTrace: Speed up annotation drawing The speedup is achieved by combining neighbouring annotations into a single item to be drawn if their end pixels are less than 2 pixels apart. This fixes bug #325. ---