mirror of
				https://github.com/chibicitiberiu/rainmeter-studio.git
				synced 2024-02-24 04:33:31 +00:00 
			
		
		
		
	Fixed typo in @1e3d6c156d71953bb1faa48d8b64635bc956bbd2
This commit is contained in:
		@@ -1379,7 +1379,7 @@ void CMeterWindow::SetOption(const std::wstring& section, const std::wstring& op
 | 
				
			|||||||
			return;
 | 
								return;
 | 
				
			||||||
		}
 | 
							}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
		CMeter* measure = GetMeter(section);
 | 
							CMeasure* measure = GetMeasure(section);
 | 
				
			||||||
		if (measure)
 | 
							if (measure)
 | 
				
			||||||
		{
 | 
							{
 | 
				
			||||||
			setValue(measure, option, value);
 | 
								setValue(measure, option, value);
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user