From 43427b4706c68568ba70a27a6d57af2eba97ca20 Mon Sep 17 00:00:00 2001 From: Birunthan Mohanathas Date: Sat, 28 Apr 2012 19:49:28 +0300 Subject: [PATCH] Added workaround for issue in bb4bcbd (skin not completely visible) --- Build/Installer/Installer.nsi | 4 ++-- Library/MeterWindow.cpp | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Build/Installer/Installer.nsi b/Build/Installer/Installer.nsi index d2bf2496..01eef6b6 100644 --- a/Build/Installer/Installer.nsi +++ b/Build/Installer/Installer.nsi @@ -683,7 +683,7 @@ RainmeterIniDoesntExistLabel: Delete "$INSTDIR\Rainmeter.exe.config" Delete "$INSTDIR\Rainmeter.chm" Delete "$INSTDIR\Default.ini" -/* + ${If} $instArc == "x86" !insertmacro InstallFiles "x32" ${Else} @@ -705,7 +705,7 @@ RainmeterIniDoesntExistLabel: File /r /x "..\Themes\*.*" SetOutPath "$INSTDIR" -*/ + ${If} $InstallPortable != 1 ReadRegStr $0 HKLM "SOFTWARE\Rainmeter" "" WriteRegStr HKLM "SOFTWARE\Rainmeter" "" "$INSTDIR" diff --git a/Library/MeterWindow.cpp b/Library/MeterWindow.cpp index 41f53df6..2be2f99c 100644 --- a/Library/MeterWindow.cpp +++ b/Library/MeterWindow.cpp @@ -344,6 +344,7 @@ void CMeterWindow::Refresh(bool init, bool all) Log(LOG_NOTICE, notice.c_str()); m_Refreshing = true; + m_ResizeWindow = true; if (!init) {