From 76046b4ae55b49f2a904b569d7ed2a6e3793bc25 Mon Sep 17 00:00:00 2001 From: lordmulder Date: Sun, 12 Jun 2011 14:43:07 +0200 Subject: [PATCH] Bump version. --- src/Config.h | 4 ++-- src/Dialog_MainWindow.cpp | 3 +++ 2 files changed, 5 insertions(+), 2 deletions(-) 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; }