diff --git a/src/Config.h b/src/Config.h index 798a5cd7..05e20d5d 100644 --- a/src/Config.h +++ b/src/Config.h @@ -29,8 +29,8 @@ #define VER_LAMEXP_MINOR_HI 0 #define VER_LAMEXP_MINOR_LO 2 #define VER_LAMEXP_TYPE RC -#define VER_LAMEXP_PATCH 2 -#define VER_LAMEXP_BUILD 573 +#define VER_LAMEXP_PATCH 3 +#define VER_LAMEXP_BUILD 574 /////////////////////////////////////////////////////////////////////////////// // Tools versions diff --git a/src/Dialog_MainWindow.cpp b/src/Dialog_MainWindow.cpp index bca974ab..f27f0fdf 100644 --- a/src/Dialog_MainWindow.cpp +++ b/src/Dialog_MainWindow.cpp @@ -836,6 +836,9 @@ bool MainWindow::eventFilter(QObject *obj, QEvent *event) case QEvent::Leave: case QEvent::KeyPress: case QEvent::KeyRelease: + case QEvent::FocusIn: + case QEvent::FocusOut: + case QEvent::TouchEnd: outputFolderViewClicked(outputFolderView->currentIndex()); break; }