mirror of
https://github.com/labwc/labwc.git
synced 2025-11-02 09:01:47 -05:00
src/view.c: use view_set_untiled() helper
This commit is contained in:
parent
62549e90d6
commit
aab775c5b5
1 changed files with 1 additions and 0 deletions
|
|
@ -880,6 +880,7 @@ view_snap_to_edge(struct view *view, const char *direction,
|
||||||
/* store current geometry as new natural_geometry */
|
/* store current geometry as new natural_geometry */
|
||||||
view_store_natural_geometry(view);
|
view_store_natural_geometry(view);
|
||||||
}
|
}
|
||||||
|
view_set_untiled(view);
|
||||||
view->tiled = edge;
|
view->tiled = edge;
|
||||||
view_apply_tiled_geometry(view, output);
|
view_apply_tiled_geometry(view, output);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue