From fac982148b68fbcc0a759eeda766a822ff2e7e52 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Fri, 28 Dec 2018 03:28:25 +0100 Subject: opentrack: don't hang in foreground This only affects quitting the program. It doesn't affect regular tracking stop procedure, sadly. --- variant/default/main-window.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'variant/default/main-window.cpp') diff --git a/variant/default/main-window.cpp b/variant/default/main-window.cpp index 9deb48c4..cd627a6b 100644 --- a/variant/default/main-window.cpp +++ b/variant/default/main-window.cpp @@ -338,6 +338,7 @@ main_window::~main_window() // stupid ps3 eye has LED issues if (work) { + hide(); stop_tracker_(); close(); -- cgit v1.2.3