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:
parent
2b960748f1
commit
74fd39f912
@ -43,7 +43,7 @@ CMeterBar::CMeterBar(CMeterWindow* meterWindow) : CMeterImage(meterWindow)
|
|||||||
m_Flip = false;
|
m_Flip = false;
|
||||||
|
|
||||||
m_ImageWidthString = L"ImageW";
|
m_ImageWidthString = L"ImageW";
|
||||||
m_ImageWidthString = L"ImageH";
|
m_ImageHeightString = L"ImageH";
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
@ -71,7 +71,7 @@ CMeterImage::CMeterImage(CMeterWindow* meterWindow) : CMeter(meterWindow)
|
|||||||
m_Rotate = 0.0f;
|
m_Rotate = 0.0f;
|
||||||
|
|
||||||
m_ImageWidthString = L"W";
|
m_ImageWidthString = L"W";
|
||||||
m_ImageWidthString = L"H";
|
m_ImageHeightString = L"H";
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
@ -37,6 +37,9 @@ CMeterRotator::CMeterRotator(CMeterWindow* meterWindow) : CMeterImage(meterWindo
|
|||||||
{
|
{
|
||||||
m_Bitmap = NULL;
|
m_Bitmap = NULL;
|
||||||
m_Value = 0.0;
|
m_Value = 0.0;
|
||||||
|
|
||||||
|
m_ImageWidthString = L"ImageW";
|
||||||
|
m_ImageHeightString = L"ImageH";
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user