mirror of
https://github.com/chibicitiberiu/rainmeter-studio.git
synced 2024-02-24 04:33:31 +00:00
Fixed a mistake on r1010.
This commit is contained in:
parent
1aaa03308c
commit
f1266f6815
@ -523,7 +523,7 @@ bool CMeterString::Update()
|
||||
break;
|
||||
}
|
||||
|
||||
if (!m_WDefined && !m_HDefined)
|
||||
if (!m_WDefined || !m_HDefined)
|
||||
{
|
||||
// Calculate the text size
|
||||
RectF rect;
|
||||
|
Loading…
Reference in New Issue
Block a user