Fix sense of aggressive-resize flag.

pull/1620/head
nicm 2019-03-04 09:29:52 +00:00
parent a870c255c4
commit 5cdd578906
1 changed files with 1 additions and 1 deletions

View File

@ -188,7 +188,7 @@ recalculate_sizes(void)
type = options_get_number(w->options, "window-size"); type = options_get_number(w->options, "window-size");
if (type == WINDOW_SIZE_MANUAL) if (type == WINDOW_SIZE_MANUAL)
continue; continue;
current = !options_get_number(w->options, "aggressive-resize"); current = options_get_number(w->options, "aggressive-resize");
changed = 1; changed = 1;
if (type == WINDOW_SIZE_LARGEST) { if (type == WINDOW_SIZE_LARGEST) {