From 87622615e5adc5b96f404b3255aa6af5a90043ee Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Wed, 29 Jun 2016 10:09:42 +0200 Subject: gui/options: fix cancel button The "struct opts" dtor doesn't run at dialog close time so invoke "reload" on the bundle explicitly. --- opentrack-logic/main-settings.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'opentrack-logic') diff --git a/opentrack-logic/main-settings.hpp b/opentrack-logic/main-settings.hpp index 16ff59e4..34997ea0 100644 --- a/opentrack-logic/main-settings.hpp +++ b/opentrack-logic/main-settings.hpp @@ -47,7 +47,7 @@ struct key_opts {} }; -struct main_settings : opts +struct main_settings { value tracker_dll, filter_dll, protocol_dll; axis_opts a_x, a_y, a_z, a_yaw, a_pitch, a_roll; -- cgit v1.2.3