Fixed a mistake on r1010.

This commit is contained in:
spx 2011-11-01 06:01:12 +00:00
parent 1aaa03308c
commit f1266f6815

View File

@ -523,7 +523,7 @@ bool CMeterString::Update()
break; break;
} }
if (!m_WDefined && !m_HDefined) if (!m_WDefined || !m_HDefined)
{ {
// Calculate the text size // Calculate the text size
RectF rect; RectF rect;