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:
@ -43,7 +43,7 @@ CMeterBar::CMeterBar(CMeterWindow* meterWindow) : CMeterImage(meterWindow)
|
||||
m_Flip = false;
|
||||
|
||||
m_ImageWidthString = L"ImageW";
|
||||
m_ImageWidthString = L"ImageH";
|
||||
m_ImageHeightString = L"ImageH";
|
||||
}
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user