fix wrong calculation of height_limit
This commit is contained in:
parent
47a21c2ddf
commit
bd5749095c
2
dunst.c
2
dunst.c
@ -1178,7 +1178,7 @@ int main(int argc, char *argv[])
|
|||||||
color_strings[ColBG][CRIT] = critbgcolor;
|
color_strings[ColBG][CRIT] = critbgcolor;
|
||||||
setup();
|
setup();
|
||||||
|
|
||||||
height_limit = indicate_hidden ? geometry.h - 1 : geometry.w;
|
height_limit = indicate_hidden ? geometry.h - 1 : geometry.h;
|
||||||
run();
|
run();
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user