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) {
|
if (resize) {
|
||||||
resize = 0;
|
resize = 0;
|
||||||
wins_reset();
|
wins_reset();
|
||||||
|
if (conf.multiple_days) {
|
||||||
|
do_storage(0);
|
||||||
|
wins_update(FLAG_APP);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if (want_reload) {
|
if (want_reload) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user