mirror of
				https://github.com/chibicitiberiu/rainmeter-studio.git
				synced 2024-02-24 04:33:31 +00:00 
			
		
		
		
	Additional change to 40e0b70
				
					
				
			This commit is contained in:
		@@ -77,7 +77,6 @@ Measure::Measure(MeterWindow* meterWindow, const WCHAR* name) : Section(meterWin
 | 
			
		||||
	m_MedianPos(),
 | 
			
		||||
	m_AveragePos(),
 | 
			
		||||
	m_AverageSize(),
 | 
			
		||||
	m_IfActions(meterWindow, this),
 | 
			
		||||
	m_Disabled(false),
 | 
			
		||||
	m_Paused(false),
 | 
			
		||||
	m_Initialized(false),
 | 
			
		||||
@@ -518,7 +517,7 @@ bool Measure::Update(bool rereadOptions)
 | 
			
		||||
 | 
			
		||||
		if (m_MeterWindow)
 | 
			
		||||
		{
 | 
			
		||||
			m_IfActions.DoIfActions(m_Value);
 | 
			
		||||
			m_IfActions.DoIfActions(*this, m_Value);
 | 
			
		||||
		}
 | 
			
		||||
 | 
			
		||||
		return true;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user