AppMatch: update at least once a second
This commit is contained in:
parent
7e5b24a11a
commit
66a8474fca
@ -123,14 +123,10 @@ protected:
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if (state == MINUTES || (state == SECONDS && !configCentis)) {
|
|
||||||
if (updateSeconds != totalSeconds) {
|
if (updateSeconds != totalSeconds) {
|
||||||
updateSeconds = totalSeconds;
|
updateSeconds = totalSeconds;
|
||||||
markDirty();
|
markDirty();
|
||||||
}
|
} else if (state == SECONDS && configCentis) {
|
||||||
}
|
|
||||||
|
|
||||||
if (state == SECONDS && configCentis) {
|
|
||||||
markDirty();
|
markDirty();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user