From: Soeren Apel Date: Fri, 13 Jan 2017 17:36:00 +0000 (+0100) Subject: TraceView: Center traces more than once X-Git-Url: http://git.code-monkey.de/?a=commitdiff_plain;h=66e4eae9ce743016c3f6d4974bceb9b7fc0ae7d7;hp=66e4eae9ce743016c3f6d4974bceb9b7fc0ae7d7;p=pulseview.git TraceView: Center traces more than once This is to make sure the traces are centered when the view is first drawn but also properly centered when the final size is known. This fixes a "jumping" display when opening a new trace view in addition to an existing one. ---