diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2013-10-31 17:18:36 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2013-10-31 17:18:36 +0100 |
commit | 4e8de273fe765a8a3fedaebd654cb74752bc4663 (patch) | |
tree | d2d5f3529d9641e9bf4824f28525514e22341fce /opentrack-api/opentrack-guts.h | |
parent | 1882ed8c0dfacf9994201e6ca99635d067d32e46 (diff) |
api: prevent focus lossage, hopefully
Diffstat (limited to 'opentrack-api/opentrack-guts.h')
-rw-r--r-- | opentrack-api/opentrack-guts.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/opentrack-api/opentrack-guts.h b/opentrack-api/opentrack-guts.h index db897edc..c8e3309a 100644 --- a/opentrack-api/opentrack-guts.h +++ b/opentrack-api/opentrack-guts.h @@ -36,6 +36,7 @@ public: { show(); setVisible(false); + hide(); } else { |