mirror of
				https://github.com/chibicitiberiu/rainmeter-studio.git
				synced 2024-02-24 04:33:31 +00:00 
			
		
		
		
	Code optimization and removed unused part for reducing core dll size.
This commit is contained in:
		| @@ -30,7 +30,8 @@ using namespace Gdiplus; | ||||
| ** The constructor | ||||
| ** | ||||
| */ | ||||
| CMeterRoundLine::CMeterRoundLine(CMeterWindow* meterWindow) : CMeter(meterWindow) | ||||
| CMeterRoundLine::CMeterRoundLine(CMeterWindow* meterWindow) : CMeter(meterWindow), | ||||
| 	m_LineColor(Color::Black) | ||||
| { | ||||
| 	m_LineWidth = 1.0; | ||||
| 	m_LineLength = 20; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 spx
					spx