diff options
| author | 2017-03-20 11:13:52 -0400 | |
|---|---|---|
| committer | 2017-03-20 11:13:52 -0400 | |
| commit | a48e5c64b65c99aea859f5941028f42b117fb8e4 (patch) | |
| tree | b23a5f598b6a0a4b7346e2be7839f2cd4b5de2a5 /src/citra_qt/main.cpp | |
| parent | Merge pull request #2631 from wwylele/fix-unwrap (diff) | |
| parent | citra-qt: remove dead code (diff) | |
| download | yuzu-a48e5c64b65c99aea859f5941028f42b117fb8e4.tar.gz yuzu-a48e5c64b65c99aea859f5941028f42b117fb8e4.tar.xz yuzu-a48e5c64b65c99aea859f5941028f42b117fb8e4.zip | |
Merge pull request #2630 from wwylele/qt-focus-loss-2
Qt: Release all pressed buttons when window focus is lost [rebased]
Diffstat (limited to 'src/citra_qt/main.cpp')
| -rw-r--r-- | src/citra_qt/main.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/citra_qt/main.cpp b/src/citra_qt/main.cpp index fd51659b9..2723a0217 100644 --- a/src/citra_qt/main.cpp +++ b/src/citra_qt/main.cpp | |||
| @@ -612,7 +612,6 @@ void GMainWindow::OnConfigure() { | |||
| 612 | auto result = configureDialog.exec(); | 612 | auto result = configureDialog.exec(); |
| 613 | if (result == QDialog::Accepted) { | 613 | if (result == QDialog::Accepted) { |
| 614 | configureDialog.applyConfiguration(); | 614 | configureDialog.applyConfiguration(); |
| 615 | render_window->ReloadSetKeymaps(); | ||
| 616 | config->Save(); | 615 | config->Save(); |
| 617 | } | 616 | } |
| 618 | } | 617 | } |