Fix missing calculation of number of days on resize

Signed-off-by: Lars Henriksen <LarsHenriksen@get2net.dk>
Signed-off-by: Lukas Fleischer <lfleischer@calcurse.org>
This commit is contained in:
Lars Henriksen
2019-05-28 17:57:31 -04:00
committed by Lukas Fleischer
parent 41061103e6
commit 3674127e80
+4
View File
@@ -747,6 +747,10 @@ int main(int argc, char **argv)
if (resize) {
resize = 0;
wins_reset();
if (conf.multiple_days) {
do_storage(0);
wins_update(FLAG_APP);
}
}
if (want_reload) {