mirror of
				https://github.com/chibicitiberiu/rainmeter-studio.git
				synced 2024-02-24 04:33:31 +00:00 
			
		
		
		
	Additional change to ff7814b
				
					
				
			This commit is contained in:
		| @@ -52,7 +52,8 @@ void CMouse::ReadOptions(CConfigParser& parser, const WCHAR* section, CMeterWind | |||||||
|  |  | ||||||
| 	m_CursorState = 0!=parser.ReadInt(section, L"MouseActionCursor", meterWindow->GetMouse().GetCursorState()); | 	m_CursorState = 0!=parser.ReadInt(section, L"MouseActionCursor", meterWindow->GetMouse().GetCursorState()); | ||||||
|  |  | ||||||
| 	const WCHAR* mouseCursor = parser.ReadString(section, L"MouseActionCursorName", L"HAND").c_str(); | 	const WCHAR* defaultMouseCursor = (section == L"Rainmeter") ? L"HAND" : L""; | ||||||
|  | 	const WCHAR* mouseCursor = parser.ReadString(section, L"MouseActionCursorName", defaultMouseCursor).c_str(); | ||||||
| 	if (_wcsicmp(mouseCursor, L"HAND") == 0) | 	if (_wcsicmp(mouseCursor, L"HAND") == 0) | ||||||
| 	{ | 	{ | ||||||
| 		m_CursorType = MOUSECURSOR_HAND; | 		m_CursorType = MOUSECURSOR_HAND; | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Birunthan Mohanathas
					Birunthan Mohanathas