]> git.mdlowis.com Git - proto/labwc.git/commitdiff
src/view.c: use view_set_untiled() helper
authorConsolatis <35009135+Consolatis@users.noreply.github.com>
Sat, 31 Dec 2022 20:46:05 +0000 (21:46 +0100)
committerJohan Malm <johanmalm@users.noreply.github.com>
Sun, 1 Jan 2023 18:15:37 +0000 (18:15 +0000)
src/view.c

index 93191ec9702e6d6782c3705c233bcf2b43b25c78..543f1777944d87a024c12b7bd8e9b34b91e600c6 100644 (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);
 }