From: Soeren Apel Date: Tue, 29 Dec 2015 22:04:59 +0000 (+0100) Subject: DecodeTrace: Speed up annotation drawing X-Git-Tag: pulseview-0.3.0~19 X-Git-Url: https://sigrok.org/gitweb/?p=pulseview.git;a=commitdiff_plain;h=506317984393a41000650ccca868f3dd66872a4f;hp=506317984393a41000650ccca868f3dd66872a4f 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. ---