Fixed issues with Padding

This commit is contained in:
Brian Ferguson
2013-07-21 09:49:16 -06:00
parent 5f1d1c5888
commit e3c8ae2dfa
2 changed files with 8 additions and 4 deletions

View File

@ -398,8 +398,8 @@ bool MeterString::Update()
}
else
{
m_W = GetWidthPadding() + 1;
m_H = GetHeightPadding() + 1;
m_W = 1;
m_H = 1;
}
}