From 1ebb642f192f93144b4383f3e756da4675114cb0 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Sat, 16 Oct 2021 17:24:31 +0200 Subject: tracker/trackhat: buffer flush --- tracker-trackhat/trackhat.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tracker-trackhat/trackhat.hpp') diff --git a/tracker-trackhat/trackhat.hpp b/tracker-trackhat/trackhat.hpp index ade162ef..8d14ad24 100644 --- a/tracker-trackhat/trackhat.hpp +++ b/tracker-trackhat/trackhat.hpp @@ -34,7 +34,7 @@ struct trackhat_settings : opts value min_pt_size{b, "min-point-size", 2}; value max_pt_size{b, "max-point-size", 8}; value enable_point_filter{b, "enable-point-filter", true }; - value point_filter_coefficient{b, "point-filter-coefficient", { 1, 0, 4 }}; + value point_filter_coefficient{b, "point-filter-coefficient", { 1.5, 1, 4 }}; }; class setting_receiver : public QObject -- cgit v1.2.3