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) {
|
||||
updateSeconds = totalSeconds;
|
||||
markDirty();
|
||||
}
|
||||
}
|
||||
|
||||
if (state == SECONDS && configCentis) {
|
||||
if (updateSeconds != totalSeconds) {
|
||||
updateSeconds = totalSeconds;
|
||||
markDirty();
|
||||
} else if (state == SECONDS && configCentis) {
|
||||
markDirty();
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user