Skip to content

Commit

Permalink
final fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
diemmarkus committed Nov 11, 2014
1 parent 583c8ff commit b0ce386
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ImageLounge/createWindowsInstaller.nsi
Expand Up @@ -16,7 +16,7 @@

; HM NIS Edit Wizard helper defines
!define PRODUCT_NAME "nomacs"
!define PRODUCT_VERSION "2.2.0 [x64]"
!define PRODUCT_VERSION "2.2.0"
!define PRODUCT_WEB_SITE "http://www.nomacs.org"
!define PRODUCT_DIR_REGKEY "Software\Microsoft\Windows\CurrentVersion\App Paths\nomacs.exe"
!define PRODUCT_UNINST_KEY "Software\Microsoft\Windows\CurrentVersion\Uninstall\${PRODUCT_NAME}"
Expand Down
2 changes: 1 addition & 1 deletion ImageLounge/src/DkThumbsWidgets.cpp
Expand Up @@ -673,7 +673,7 @@ void DkFilePreview::wheelEvent(QWheelEvent *event) {

int fc = (event->delta() > 0) ? -1 : 1;

if (DkSettings::resources.waitForLastImg) {
if (!DkSettings::resources.waitForLastImg) {
currentFileIdx += fc;
scrollToCurrentImage = true;
}
Expand Down
Binary file modified ImageLounge/src/nomacs.rc
Binary file not shown.

0 comments on commit b0ce386

Please sign in to comment.