summaryrefslogtreecommitdiffhomepage
path: root/variant
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2018-12-28 03:28:25 +0100
committerStanislaw Halik <sthalik@misaki.pl>2019-01-16 07:48:18 +0100
commitfac982148b68fbcc0a759eeda766a822ff2e7e52 (patch)
tree7a88aa717ef1158f411094f306a3c7b83da13e0c /variant
parentd180f35894dff9fa470235e55b2155d5326569ba (diff)
opentrack: don't hang in foreground
This only affects quitting the program. It doesn't affect regular tracking stop procedure, sadly.
Diffstat (limited to 'variant')
-rw-r--r--variant/default/main-window.cpp1
1 files changed, 1 insertions, 0 deletions
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();