diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2015-07-26 08:34:10 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2015-07-26 08:34:10 +0200 |
commit | 2f631a5159542f7e2813ca6ed7bc0be37c50afae (patch) | |
tree | 9a6fb03ef47884bb02054643559922883ccd82b9 /facetracknoir/options-dialog.hpp | |
parent | 18085c6177dbbe440a12974d29fd03eb477ce177 (diff) |
ui: also implicitly cancel options/mapping screens on normal close
Diffstat (limited to 'facetracknoir/options-dialog.hpp')
-rw-r--r-- | facetracknoir/options-dialog.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/facetracknoir/options-dialog.hpp b/facetracknoir/options-dialog.hpp index 9ad656a4..3ef99d06 100644 --- a/facetracknoir/options-dialog.hpp +++ b/facetracknoir/options-dialog.hpp @@ -15,6 +15,7 @@ public: private: Ui::UI_Settings ui; Shortcuts::settings s; + void closeEvent(QCloseEvent *) override { doCancel(); } private slots: void doOK(); void doCancel(); |