mirror of
https://github.com/chibicitiberiu/rainmeter-studio.git
synced 2024-02-24 04:33:31 +00:00
Additional change to e139153
This commit is contained in:
parent
e139153d77
commit
b8292f3ab7
@ -2798,7 +2798,9 @@ void CMeterWindow::Update(bool nodraw)
|
||||
{
|
||||
++m_UpdateCounter;
|
||||
|
||||
if (!nodraw && !m_Measures.empty())
|
||||
if (!nodraw)
|
||||
{
|
||||
if (!m_Measures.empty())
|
||||
{
|
||||
// Pre-updates
|
||||
if (m_HasNetMeasures)
|
||||
@ -2813,6 +2815,7 @@ void CMeterWindow::Update(bool nodraw)
|
||||
{
|
||||
UpdateMeasure((*i), false);
|
||||
}
|
||||
}
|
||||
|
||||
CDialogAbout::UpdateMeasures(this);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user