mirror of
https://github.com/chibicitiberiu/rainmeter-studio.git
synced 2024-02-24 04:33:31 +00:00
Line: Fixed scaling issue caused by 4bbc372
This commit is contained in:
parent
c680250776
commit
52b6078303
@ -281,7 +281,7 @@ bool CMeterLine::Draw(Graphics& graphics)
|
||||
{
|
||||
if (!m_Measures.empty())
|
||||
{
|
||||
double maxValue = m_Measures[0]->GetMaxValue();
|
||||
maxValue = m_Measures[0]->GetMaxValue();
|
||||
|
||||
std::vector<CMeasure*>::const_iterator i = m_Measures.begin();
|
||||
for (; i != m_Measures.end(); ++i)
|
||||
|
Loading…
Reference in New Issue
Block a user