src/view.c: use view_set_untiled() helper

This commit is contained in:
Consolatis 2022-12-31 21:46:05 +01:00 committed by Johan Malm
parent 62549e90d6
commit aab775c5b5

View file

@ -880,6 +880,7 @@ view_snap_to_edge(struct view *view, const char *direction,
/* store current geometry as new natural_geometry */
view_store_natural_geometry(view);
}
view_set_untiled(view);
view->tiled = edge;
view_apply_tiled_geometry(view, output);
}