mirror of
https://github.com/chibicitiberiu/rainmeter-studio.git
synced 2024-02-24 04:33:31 +00:00
About Skins: Fixed ignored first update for measures
This commit is contained in:
parent
4a8bc1beaa
commit
e139153d77
@ -2813,6 +2813,8 @@ void CMeterWindow::Update(bool nodraw)
|
||||
{
|
||||
UpdateMeasure((*i), false);
|
||||
}
|
||||
|
||||
CDialogAbout::UpdateMeasures(this);
|
||||
}
|
||||
|
||||
// Update all meters
|
||||
@ -2919,7 +2921,6 @@ LRESULT CMeterWindow::OnTimer(UINT uMsg, WPARAM wParam, LPARAM lParam)
|
||||
if (wParam == TIMER_METER)
|
||||
{
|
||||
Update(false);
|
||||
CDialogAbout::UpdateMeasures(this);
|
||||
}
|
||||
else if (wParam == TIMER_MOUSE)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user