mirror of
https://github.com/chibicitiberiu/rainmeter-studio.git
synced 2024-02-24 04:33:31 +00:00
Added workaround for issue in bb4bcbd
(skin not completely visible)
This commit is contained in:
parent
075aebce4f
commit
43427b4706
@ -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"
|
||||
|
@ -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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user