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:
parent
41061103e6
commit
3674127e80
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user