From: Soeren Apel Date: Fri, 14 Jul 2017 16:24:32 +0000 (+0200) Subject: DecodeTrace: Resize trace when hiding/deleting a stacked PD X-Git-Url: http://git.code-monkey.de/?a=commitdiff_plain;h=ded43869b4d6169b7f269af0623ef0a682e5b910;hp=ded43869b4d6169b7f269af0623ef0a682e5b910;p=pulseview.git DecodeTrace: Resize trace when hiding/deleting a stacked PD The trace height depends on DecodeTrace::max_visible_rows_, which needs to be updated when a stacked PD is hidden or deleted. In order to do this, we reset max_visible_rows_ to 0 and then request a repaint. ---