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;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!m_WDefined && !m_HDefined)
|
if (!m_WDefined || !m_HDefined)
|
||||||
{
|
{
|
||||||
// Calculate the text size
|
// Calculate the text size
|
||||||
RectF rect;
|
RectF rect;
|
||||||
|
Loading…
Reference in New Issue
Block a user