From: Soeren Apel Date: Tue, 3 May 2016 19:49:00 +0000 (+0200) Subject: DecoderStack: Force a viewport update more frequently X-Git-Url: http://git.code-monkey.de/?a=commitdiff_plain;h=add091eb7183fb399db139f29f3a0b4c85bd4273;hp=add091eb7183fb399db139f29f3a0b4c85bd4273;p=pulseview.git DecoderStack: Force a viewport update more frequently Updating the viewport every 65kib of input data causes the decode trace to make really big leaps, leaving the user with the feeling of a not-so-snappy user interface. We can easily change this by updating the trace every 1kib since the decoder and the UI thread are separate and the decode trace drawing is much faster since when the limit was originally set. ---