mirror of
https://github.com/chibicitiberiu/rainmeter-studio.git
synced 2024-02-24 04:33:31 +00:00
Fixed copy paste typo - m_ImageWidthString was there twice instead of m_ImageHeightString
This commit is contained in:
@ -71,7 +71,7 @@ CMeterImage::CMeterImage(CMeterWindow* meterWindow) : CMeter(meterWindow)
|
||||
m_Rotate = 0.0f;
|
||||
|
||||
m_ImageWidthString = L"W";
|
||||
m_ImageWidthString = L"H";
|
||||
m_ImageHeightString = L"H";
|
||||
}
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user