From: Soeren Apel Date: Sat, 13 Dec 2014 10:20:03 +0000 (+0000) Subject: View: Fix #515 by fixing typo and extent handling X-Git-Url: http://git.code-monkey.de/?a=commitdiff_plain;h=f1d9ac673ce644a7e2397bd1c4687083157f4a17;hp=f1d9ac673ce644a7e2397bd1c4687083157f4a17;p=pulseview.git View: Fix #515 by fixing typo and extent handling Typo: extents.first instead of extents.second The extra scoll height was too large and could result in all traces being removed from view. To avoid this, the user now has half of the view height as extra scroll height. ---