mirror of
				https://github.com/chibicitiberiu/rainmeter-studio.git
				synced 2024-02-24 04:33:31 +00:00 
			
		
		
		
	Fixed: Handling for MeterButton's "ButtonCommand" was forgotten on r236.
This commit is contained in:
		@@ -154,7 +154,7 @@ void CMeterButton::ReadConfig(const WCHAR* section)
 | 
				
			|||||||
	m_ImageName = parser.ReadString(section, L"ButtonImage", L"");
 | 
						m_ImageName = parser.ReadString(section, L"ButtonImage", L"");
 | 
				
			||||||
	m_ImageName = m_MeterWindow->MakePathAbsolute(m_ImageName);
 | 
						m_ImageName = m_MeterWindow->MakePathAbsolute(m_ImageName);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	m_Command = parser.ReadString(section, L"ButtonCommand", L"");
 | 
						m_Command = parser.ReadString(section, L"ButtonCommand", L"", false);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	if (m_Initialized)
 | 
						if (m_Initialized)
 | 
				
			||||||
	{
 | 
						{
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user