Added workaround for issue in bb4bcbd (skin not completely visible)

This commit is contained in:
Birunthan Mohanathas 2012-04-28 19:49:28 +03:00
parent 075aebce4f
commit 43427b4706
2 changed files with 3 additions and 2 deletions

View File

@ -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"

View File

@ -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)
{